diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-10-23 11:48:18 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-10-23 11:48:18 -0700 |
commit | 71814283917f7db11e4ff699630ac395a0d3a5c0 (patch) | |
tree | fb0b760a2086203b6d3026ce91280f231dc2898e /flake.nix | |
parent | feafc6a0640490ed918d751c1e69c3dc2a476e2e (diff) | |
download | nix-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 '')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ }; sops-nix = { - url = "github:Mic92/sops-nix"; + url = "github:Mic92/sops-nix/a4c33bfecb93458d90f9eb26f1cf695b47285243"; inputs.nixpkgs.follows = "nixpkgs"; }; |