Adjusting nixpkgs
This commit is contained in:
parent
2c61985a3b
commit
22a01e0615
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
|||
system = "x86_64-linux";
|
||||
pkgs = import nixpkgs {inherit system;};
|
||||
in {
|
||||
nixosConfigurations.btc-pay-server = pkgs.lib.nixosSystem {
|
||||
nixosConfigurations.btc-pay-server = nixpkgs.lib.nixosSystem {
|
||||
inherit system;
|
||||
modules = [
|
||||
nix-bitcoin.nixosModules.default
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue