Update flake.nix

This commit is contained in:
Zachary Myers 2024-10-14 22:28:31 -04:00 committed by GitHub
parent 484ab6f244
commit d04d50111e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,6 +29,13 @@
agenix.inputs.nixpkgs.follows = "nixpkgs";
agenix.inputs.darwin.follows = "";
solaar = {
#url = "https://flakehub.com/f/Svenum/Solaar-Flake/*.tar.gz" # For latest stable version
#url = "https://flakehub.com/f/Svenum/Solaar-Flake/0.1.1.tar.gz" # uncomment line for solaar version 1.1.13
url = "github:Svenum/Solaar-Flake/main"; # Uncomment line for latest unstable version
inputs.nixpkgs.follows = "nixpkgs";
};
nixos-generators = {
url = "github:nix-community/nixos-generators";
inputs.nixpkgs.follows = "nixpkgs";