summaryrefslogtreecommitdiff
path: root/flake.nix
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.nix
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.nix')
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index c5e22c6..708f390 100644
--- a/flake.nix
+++ b/flake.nix
@@ -3,6 +3,7 @@ rec {
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11";
+ nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
sops-nix = {
url = "github:Mic92/sops-nix";