mirror of
https://codeberg.org/mhwombat/nix-book.git
synced 2026-01-25 07:57:12 +08:00
temp
This commit is contained in:
parent
d0f50661a8
commit
2cd41d0a18
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