test
This commit is contained in:
parent
fad92f47cf
commit
f45212b333
1 changed files with 0 additions and 7 deletions
|
@ -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) { } }: {
|
||||||
|
|
Loading…
Reference in a new issue