mirror of
https://codeberg.org/mhwombat/nix-book.git
synced 2026-01-10 07:42:35 +08:00
temp
This commit is contained in:
parent
4943deba5c
commit
ec7fd17c07
2 changed files with 2 additions and 1 deletions
|
|
@ -8,11 +8,12 @@
|
|||
flake-utils.lib.eachDefaultSystem (system:
|
||||
let
|
||||
pkgs = import nixpkgs { inherit system; };
|
||||
customGhc = pkgs.haskellPackages.ghcWithPackages (p: with p; [ containers ]);
|
||||
in
|
||||
{
|
||||
devShells = rec {
|
||||
default = pkgs.mkShell {
|
||||
packages = [ pkgs.cowsay ];
|
||||
buildInputs = [ customGhc ];
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue