Updated Main Flake and Update Nixpkgs

This commit is contained in:
2023-08-11 11:28:14 -07:00
parent 3b3208a074
commit d7fc189480
3 changed files with 5 additions and 64 deletions

View File

@ -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
];
};
};
}