From d04d50111e6b5219771058221774326809381621 Mon Sep 17 00:00:00 2001 From: Zachary Myers Date: Mon, 14 Oct 2024 22:28:31 -0400 Subject: [PATCH] Update flake.nix --- flake.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/flake.nix b/flake.nix index 493c2d4..1f00920 100644 --- a/flake.nix +++ b/flake.nix @@ -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";