summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorSimon Parri <simonparri@ganzeria.com>2025-09-13 07:34:27 -0500
committerSimon Parri <simonparri@ganzeria.com>2025-09-13 07:34:27 -0500
commitc5ac418a89fb6cb6068f4c4270b128cbf714fc41 (patch)
treeb77fcaa23d57caee2e2cf8ae31834b0149e32ca1 /flake.lock
parent10ebafc27e3ae66d4bf885abea95d606c8d486c8 (diff)
downloadnixos-config-c5ac418a89fb6cb6068f4c4270b128cbf714fc41.tar.gz
nixos-config-c5ac418a89fb6cb6068f4c4270b128cbf714fc41.zip
Add nixpkgs-unstable input
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock19
1 files changed, 18 insertions, 1 deletions
diff --git a/flake.lock b/flake.lock
index f55f165..da60c38 100644
--- a/flake.lock
+++ b/flake.lock
@@ -54,11 +54,28 @@
"type": "github"
}
},
+ "nixpkgs-unstable": {
+ "locked": {
+ "lastModified": 1757487488,
+ "narHash": "sha256-zwE/e7CuPJUWKdvvTCB7iunV4E/+G0lKfv4kk/5Izdg=",
+ "owner": "nixos",
+ "repo": "nixpkgs",
+ "rev": "ab0f3607a6c7486ea22229b92ed2d355f1482ee0",
+ "type": "github"
+ },
+ "original": {
+ "owner": "nixos",
+ "ref": "nixos-unstable",
+ "repo": "nixpkgs",
+ "type": "github"
+ }
+ },
"root": {
"inputs": {
"blender-bin": "blender-bin",
"mobile-nixos": "mobile-nixos",
- "nixpkgs": "nixpkgs"
+ "nixpkgs": "nixpkgs",
+ "nixpkgs-unstable": "nixpkgs-unstable"
}
}
},