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

6 lines
146 B
Nix
Raw Normal View History

with import (import ./default.nix).inputs.nixpkgs {};
haskell.lib.buildStackProject {
2021-10-04 19:56:24 +00:00
ghc = haskell.compiler.ghc8107;
name = "prefmanager";
}