shell.nix: fix typo
This commit is contained in:
parent
c6684d5146
commit
2f3bcaf124
@ -1,7 +1,7 @@
|
|||||||
{ pkgs ? import <nixpkgs> {} }:
|
{ pkgs ? import <nixpkgs> {} }:
|
||||||
pkgs.mkShellNoCC {
|
pkgs.mkShellNoCC {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
justfile
|
just
|
||||||
jq
|
jq
|
||||||
gum
|
gum
|
||||||
sops
|
sops
|
||||||
|
Loading…
x
Reference in New Issue
Block a user