reorganise
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
system = "x86_64-linux";
|
||||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
in {
|
||||
packages.${system}.default = pkgs.callPackage ./package.nix {};
|
||||
packages.${system}.default = pkgs.callPackage ./nix/package.nix {};
|
||||
devShells.${system}.default = pkgs.mkShell {
|
||||
inputsFrom = [self.packages.${system}.default];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user