diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2026-04-13 11:00:14 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2026-04-13 11:00:14 -0500 |
| commit | a6858dca2565fdacba0852aeb77e638f0dc886c2 (patch) | |
| tree | 61f819786fe04cbe054a86bd36bb0366982ed591 /flake.nix | |
| parent | da3e6ade8765b67123360d902051ac352ad02ef0 (diff) | |
| download | nixos-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.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"; |
