summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2026-04-13 11:00:14 -0500
committerTim Keller <tjk@tjkeller.xyz>2026-04-13 11:00:14 -0500
commita6858dca2565fdacba0852aeb77e638f0dc886c2 (patch)
tree61f819786fe04cbe054a86bd36bb0366982ed591 /flake.lock
parentda3e6ade8765b67123360d902051ac352ad02ef0 (diff)
downloadnixos-a6858dca2565fdacba0852aeb77e638f0dc886c2.tar.xz
nixos-a6858dca2565fdacba0852aeb77e638f0dc886c2.zip
add ability to use unstable packages in config and use unstable.sparrow
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 70cc488..fed05a3 100644
--- a/flake.lock
+++ b/flake.lock
@@ -97,6 +97,22 @@
"type": "github"
}
},
+ "nixpkgs-unstable": {
+ "locked": {
+ "lastModified": 1775710090,
+ "narHash": "sha256-ar3rofg+awPB8QXDaFJhJ2jJhu+KqN/PRCXeyuXR76E=",
+ "owner": "nixos",
+ "repo": "nixpkgs",
+ "rev": "4c1018dae018162ec878d42fec712642d214fdfa",
+ "type": "github"
+ },
+ "original": {
+ "owner": "nixos",
+ "ref": "nixos-unstable",
+ "repo": "nixpkgs",
+ "type": "github"
+ }
+ },
"pre-commit": {
"inputs": {
"flake-compat": [
@@ -148,6 +164,7 @@
"arkenfox": "arkenfox",
"home-manager": "home-manager",
"nixpkgs": "nixpkgs",
+ "nixpkgs-unstable": "nixpkgs-unstable",
"reposync": "reposync",
"sops-nix": "sops-nix"
}