Add export script for groceries
At this point, I may be taking this idea too far, but what the heck?
This commit is contained in:
parent
362a31166d
commit
25a45fb222
4 changed files with 69 additions and 43 deletions
8
scratch/groceries/shell.nix
Normal file
8
scratch/groceries/shell.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
let
|
||||
pkgs = import <unstable> {};
|
||||
in pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
(haskellPackages.ghcWithPackages (hpkgs: with hpkgs; [
|
||||
]))
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue