diff --git a/shell.nix b/shell.nix index f99e560c..063a8523 100644 --- a/shell.nix +++ b/shell.nix @@ -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