summary refs log tree commit diff stats
path: root/flake.lock
diff options
context:
space:
mode:
authorAlan Pearce2024-05-15 10:04:11 +0200
committerAlan Pearce2024-05-15 10:04:11 +0200
commitfb2bc6ceba885133f6b2bd5d4a8d06fddf26eb15 (patch)
treeaa43a33a37c9c399d810bb25541bdd6bab69b3dd /flake.lock
parentde11d30c536c52381101a07230794bb724dd1c87 (diff)
downloadnixfiles-fb2bc6ceba885133f6b2bd5d4a8d06fddf26eb15.tar.lz
nixfiles-fb2bc6ceba885133f6b2bd5d4a8d06fddf26eb15.tar.zst
nixfiles-fb2bc6ceba885133f6b2bd5d4a8d06fddf26eb15.zip
make it easier to avoid downgrading servers during deployment
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock17
1 files changed, 17 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
index ffb15d36..e5c3a716 100644
--- a/flake.lock
+++ b/flake.lock
@@ -315,6 +315,22 @@
         "type": "github"
       }
     },
+    "nixpkgs-small": {
+      "locked": {
+        "lastModified": 1715724059,
+        "narHash": "sha256-SxGSovGOHR+5XUZN/U7J5vMwrNjhhy4vWg22+gX47VY=",
+        "owner": "NixOS",
+        "repo": "nixpkgs",
+        "rev": "342e8db923162ef6783dd3c8181b8d346857280c",
+        "type": "github"
+      },
+      "original": {
+        "owner": "NixOS",
+        "ref": "nixos-unstable-small",
+        "repo": "nixpkgs",
+        "type": "github"
+      }
+    },
     "nixpkgs-stable": {
       "locked": {
         "lastModified": 1715218190,
@@ -430,6 +446,7 @@
         "nix-index-database": "nix-index-database",
         "nixos-hardware": "nixos-hardware",
         "nixpkgs": "nixpkgs_2",
+        "nixpkgs-small": "nixpkgs-small",
         "searchix": "searchix",
         "secrets": "secrets",
         "utils": "utils_2"