From 347da23abc9bfcd948eb91806b41e25f5f5a6a66 Mon Sep 17 00:00:00 2001 From: iFargle Date: Mon, 11 Dec 2023 16:48:48 +0900 Subject: [PATCH] test --- shell.nix | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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