1
0
Fork 0
mirror of https://github.com/malob/prefmanager.git synced 2024-12-15 17:50:46 +00:00
prefmanager/stack.nix

6 lines
146 B
Nix
Raw Permalink Normal View History

with import (import ./default.nix).inputs.nixpkgs {};
haskell.lib.buildStackProject {
2021-03-24 00:37:59 +00:00
ghc = haskell.compiler.ghc8104;
name = "prefmanager";
}