mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nix: pin ghc (9.6.4)
This commit is contained in:
parent
692c710c43
commit
c13b8320fa
3 changed files with 6 additions and 3 deletions
|
|
@ -3,15 +3,16 @@
|
|||
unstable,
|
||||
myPkgs,
|
||||
lib,
|
||||
ghc-pin,
|
||||
...
|
||||
}@input:
|
||||
}:
|
||||
{
|
||||
imports = [ ./fonts.nix ];
|
||||
|
||||
home.homeDirectory = lib.mkForce "/Users/leana";
|
||||
|
||||
home.packages = [
|
||||
pkgs.ghc
|
||||
ghc-pin.ghc
|
||||
pkgs.haskell-language-server
|
||||
unstable.qmk
|
||||
unstable.wally-cli
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue