1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
diff --git a/flake.lock b/flake.lock
index 400bcc288cca7471dc38c0ddb891c9c4686803fc..8ea4a7ad596b2906050682d04ad37150a305f3fc 100644
--- a/flake.lock
+++ b/flake.lock
@@ -170,6 +170,22 @@ "repo": "nixpkgs",
"type": "github"
}
},
+ "nixpkgs-unstable": {
+ "locked": {
+ "lastModified": 1760934318,
+ "narHash": "sha256-/oUYsC0lUCBory65VK+UHqCCsCspbL1Vgfcf1KUYqVw=",
+ "owner": "nixos",
+ "repo": "nixpkgs",
+ "rev": "87848bf0cc4f87717fc813a4575f07330c3e743c",
+ "type": "github"
+ },
+ "original": {
+ "owner": "nixos",
+ "ref": "nixpkgs-unstable",
+ "repo": "nixpkgs",
+ "type": "github"
+ }
+ },
"nixpkgs_2": {
"locked": {
"lastModified": 1755615617,
@@ -344,6 +360,7 @@ "helix": "helix",
"home-manager": "home-manager",
"nixos-hardware": "nixos-hardware",
"nixpkgs": "nixpkgs_5",
+ "nixpkgs-unstable": "nixpkgs-unstable",
"nur": "nur",
"pokego": "pokego",
"spectre": "spectre",
|