shell.nix: various
- drop 'import <nixpkgs>'
This commit is contained in:
parent
79047b0835
commit
1ce6cac188
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{ pkgs ? import <nixpkgs> {}
|
||||
{ pkgs
|
||||
, sops-import-keys-hook
|
||||
}:
|
||||
|
||||
|
@ -8,7 +8,7 @@ mkShellNoCC {
|
|||
"./keys"
|
||||
];
|
||||
|
||||
buildInputs = with pkgs; [
|
||||
buildInputs = [
|
||||
(terraform.withPlugins (
|
||||
p: [
|
||||
p.cloudflare
|
||||
|
|
Loading…
Add table
Reference in a new issue