Disable pkg for now
This commit is contained in:
parent
53c8b81450
commit
70162456aa
1 changed files with 3 additions and 3 deletions
|
@ -90,17 +90,17 @@
|
|||
'';
|
||||
};
|
||||
packages = {
|
||||
default = pkgs.callPackage ./package.nix { };
|
||||
# default = pkgs.callPackage ./package.nix { };
|
||||
};
|
||||
}) // {
|
||||
hydraJobs =
|
||||
let
|
||||
system = "x86_64-linux";
|
||||
packages = self.packages."${system}";
|
||||
# packages = self.packages."${system}";
|
||||
devShells = self.devShells."${system}";
|
||||
in
|
||||
{
|
||||
inherit packages devShells;
|
||||
inherit devShells;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue