diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-09-13 07:34:27 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-09-13 07:34:27 -0500 |
commit | c5ac418a89fb6cb6068f4c4270b128cbf714fc41 (patch) | |
tree | b77fcaa23d57caee2e2cf8ae31834b0149e32ca1 /flake.lock | |
parent | 10ebafc27e3ae66d4bf885abea95d606c8d486c8 (diff) | |
download | nixos-config-c5ac418a89fb6cb6068f4c4270b128cbf714fc41.tar.gz nixos-config-c5ac418a89fb6cb6068f4c4270b128cbf714fc41.zip |
Add nixpkgs-unstable input
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 19 |
1 files changed, 18 insertions, 1 deletions
@@ -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" } } }, |