From 0a56fcf16437bde569efd5466699803c0239f0fd Mon Sep 17 00:00:00 2001 From: iFargle <albert@sysctl.io> Date: Tue, 19 Sep 2023 17:54:12 +0900 Subject: [PATCH] test --- shell.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/shell.nix b/shell.nix index 3eb6f2b0..bb6e3bc7 100644 --- a/shell.nix +++ b/shell.nix @@ -8,13 +8,17 @@ let in # 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 (fetchTarball {url = "https://github.com/nixos/nixpkgs/archive/${lock.rev}.tar.gz"; sha256 = lock.narHash;}); +{ pkgs ? import ( + fetchTarball { + url = "https://github.com/nixos/nixpkgs/archive/${lock.rev}.tar.gz"; sha256 = lock.narHash; + } + ) { } }: { mkShell { NIX_CONFIG = "experimental-features = nix-command flakes"; # imports all files ending in .asc/.gpg sopsPGPKeyDirs = [ - "${toString ./.}/keys/hosts" + "${toString ./.}/keys/hosts"d "${toString ./.}/keys/users" ]; nativeBuildInputs = [