parent
818b8abca7
commit
347da23abc
1 changed files with 1 additions and 8 deletions
|
@ -1,11 +1,4 @@
|
|||
# shell.nix
|
||||
# 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
|
||||
{
|
||||
pkgs ? (import ./lib/nixpkgs.nix ) { },
|
||||
sops-nix ? (import ./lib/sops-nix.nix ) { },
|
||||
deploy-rs ? (import ./lib/deploy-rs.nix) { }
|
||||
}: {
|
||||
{ pkgs, sops-nix, deploy-rs }: {
|
||||
default = pkgs.mkShell {
|
||||
NIX_CONFIG = "experimental-features = nix-command flakes";
|
||||
# imports all files ending in .asc/.gpg
|
||||
|
|
Loading…
Reference in a new issue