summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index dca04010..119ea781 100644
--- a/flake.nix
+++ b/flake.nix
@@ -35,7 +35,6 @@
35 repo = "nixpkgs"; 35 repo = "nixpkgs";
36 ref = "23.11"; 36 ref = "23.11";
37 }; 37 };
38 nixpkgs-installer.follows = "nixpkgs-stable";
39 home-manager = { 38 home-manager = {
40 type = "github"; 39 type = "github";
41 # owner = "nix-community"; 40 # owner = "nix-community";
@@ -142,7 +141,7 @@
142 type = "gitlab"; 141 type = "gitlab";
143 owner = "gkleen"; 142 owner = "gkleen";
144 repo = "backup-utils"; 143 repo = "backup-utils";
145 ref = "v0.1.3"; 144 ref = "v0.1.4";
146 inputs = { 145 inputs = {
147 nixpkgs.follows = "nixpkgs"; 146 nixpkgs.follows = "nixpkgs";
148 poetry2nix.follows = "poetry2nix"; 147 poetry2nix.follows = "poetry2nix";