hi
This commit is contained in:
commit
b44f7f85f3
16 changed files with 302 additions and 0 deletions
8
shell.nix
Normal file
8
shell.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ channel ? "nixos-unstable" }@args:
|
||||
with import ./. args;
|
||||
mkShell {
|
||||
buildInputs = [
|
||||
jq
|
||||
skopeo
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue