clean up flake

Signed-off-by: dzdidi <deniszalessky@gmail.com>
This commit is contained in:
dzdidi
2023-10-08 17:52:11 +02:00
parent 2016f91db8
commit a85bca20eb

View File

@@ -28,11 +28,4 @@
} }
]; ];
}; };
#packages.${system} = dream2nix.lib.importPackages {
# projectRoot = ./.;
# can be changed to ".git" or "flake.nix" to get rid of .project-root
# projectRootFile = "flake.nix";
# packagesDir = ./def;
# packageSets.nixpkgs = nixpkgs.legacyPackages.${system};
#};
} }