This commit is contained in:
zimbatm
2019-02-13 20:49:22 +01:00
parent e97a236529
commit 7f8aa1fa25
3 changed files with 8 additions and 0 deletions

6
bash/default.nix Normal file
View File

@@ -0,0 +1,6 @@
{ buildCLIImage
, bash
}:
buildCLIImage {
drv = bash;
}