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