aboutsummaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2024-10-23 11:48:18 -0700
committerMark Nipper <nipsy@bitgnome.net>2024-10-23 11:48:18 -0700
commit71814283917f7db11e4ff699630ac395a0d3a5c0 (patch)
treefb0b760a2086203b6d3026ce91280f231dc2898e /flake.nix
parentfeafc6a0640490ed918d751c1e69c3dc2a476e2e (diff)
downloadnix-71814283917f7db11e4ff699630ac395a0d3a5c0.tar
nix-71814283917f7db11e4ff699630ac395a0d3a5c0.tar.gz
nix-71814283917f7db11e4ff699630ac395a0d3a5c0.tar.bz2
nix-71814283917f7db11e4ff699630ac395a0d3a5c0.tar.lz
nix-71814283917f7db11e4ff699630ac395a0d3a5c0.tar.xz
nix-71814283917f7db11e4ff699630ac395a0d3a5c0.tar.zst
nix-71814283917f7db11e4ff699630ac395a0d3a5c0.zip
Pin sops-nix to avoid breakage
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 4bd26e6..f4c36e9 100644
--- a/flake.nix
+++ b/flake.nix
@@ -29,7 +29,7 @@
};
sops-nix = {
- url = "github:Mic92/sops-nix";
+ url = "github:Mic92/sops-nix/a4c33bfecb93458d90f9eb26f1cf695b47285243";
inputs.nixpkgs.follows = "nixpkgs";
};