Added sharkey-service nixos module
This commit is contained in:
parent
03df443aa8
commit
49bee5bd9c
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
outputs = { self, nixpkgs }: {
|
outputs = { self, nixpkgs }: {
|
||||||
|
|
||||||
nixosModules.sharkey-service = args : import ./sharkey-service.nix ( args // { sharkey = self.packages.sharkey; } );
|
nixosModules.sharkey-service = args : import ./sharkey-service.nix ( args // { sharkey = self.packages.sharkey; pkgs = nixpkgs.legacyPackages."x86_64-linux"; } );
|
||||||
|
|
||||||
packages."x86_64-linux".sharkey = nixpkgs.legacyPackages."x86_64-linux".callPackage ./sharkey.nix { };
|
packages."x86_64-linux".sharkey = nixpkgs.legacyPackages."x86_64-linux".callPackage ./sharkey.nix { };
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue