This commit is contained in:
iFargle 2023-09-19 18:10:18 +09:00
parent fad92f47cf
commit f45212b333

View file

@ -1,11 +1,4 @@
# shell.nix # shell.nix
let
lock = (builtins.fromJSON (builtins.readFile ./flake.lock)).nodes.nixpkgs.locked;
sops-nix = builtins.fetchTarball {
url = "https://github.com/Mic92/sops-nix/archive/master.tar.gz";
sha256 = "";
};
in
# A nixpkgs instance that is grabbed from the pinned nixpkgs commit in the lock file # A nixpkgs instance that is grabbed from the pinned nixpkgs commit in the lock file
# Useful to avoid using channels when using legacy nix commands # Useful to avoid using channels when using legacy nix commands
{ pkgs ? (import ./lib/nixpkgs.nix) { } }: { { pkgs ? (import ./lib/nixpkgs.nix) { } }: {