test
Some checks failed
ssh-test / ssh-test (push) Failing after 20s

This commit is contained in:
iFargle 2023-12-11 16:48:48 +09:00
parent 818b8abca7
commit 347da23abc

View file

@ -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