Updated Main Flake and Update Nixpkgs
This commit is contained in:
10
flake.nix
10
flake.nix
@ -11,11 +11,9 @@
|
||||
|
||||
agenix.inputs.darwin.follows = "";
|
||||
|
||||
erosanix.url = "github:emmanuelrosa/erosanix";
|
||||
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, nix-bitcoin, agenix, erosanix, ... }:
|
||||
outputs = { self, nixpkgs, nix-bitcoin, agenix, ... }:
|
||||
|
||||
{
|
||||
|
||||
@ -35,12 +33,6 @@
|
||||
agenix.nixosModules.default
|
||||
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
||||
erosanix.packages.x86_64-linux.sparrow
|
||||
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user