1
0
Fork 0
mirror of https://github.com/malob/prefmanager.git synced 2024-12-14 11:57:49 +00:00
prefmanager/stack.nix
2021-10-04 12:56:24 -07:00

5 lines
146 B
Nix

with import (import ./default.nix).inputs.nixpkgs {};
haskell.lib.buildStackProject {
ghc = haskell.compiler.ghc8107;
name = "prefmanager";
}