This commit is contained in:
iFargle 2023-09-19 20:58:56 +09:00
parent 0b0a304c3a
commit 4e35147d45
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# Useful to avoid using channels when using legacy nix commands
let sops-nix-lock = (builtins.fromJSON (builtins.readFile ../flake.lock)).nodes.sops-nix.locked;
in import (fetchTarball {
url = "https://github.com/Mic92/sops-nix/archive/${sops-nix-lock.rev}.tar.gz";
url = "https://github.com/Mic92/sops-nix/archive/master.tar.gz";
sha256 = sops-nix-lock.narHash;
})

View file

@ -16,7 +16,7 @@
pkgs.nix
pkgs.home-manager
pkgs.git
# (pkgs.callPackage sops-nix {}).sops-import-keys-hook
(pkgs.callPackage sops-nix {}).sops-import-keys-hook
];
};
}