.
This commit is contained in:
parent
fa02698d95
commit
6623ee03f6
31 changed files with 45 additions and 32 deletions
|
|
@ -7,7 +7,10 @@
|
|||
|
||||
outputs =
|
||||
{ self, nixpkgs }:
|
||||
let
|
||||
pkgs = import nixpkgs { system = "x86_64-linux"; };
|
||||
in
|
||||
{
|
||||
packages.x86_64-linux.default = nixpkgs.lib.cleanSource (nixpkgs.callPackage ./hub.nix { });
|
||||
packages.x86_64-linux.default = pkgs.callPackage ./hub.nix { };
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue