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
|
|
@ -36,6 +36,7 @@ let
|
|||
config.allowUnfree = true;
|
||||
};
|
||||
neovim-pin = import inputs.neovim-pin { inherit system; };
|
||||
ghc-pin = import inputs.ghc-pin { inherit system; };
|
||||
custom = import ./custom {
|
||||
inherit pkgs unstable;
|
||||
inherit (inputs) opam-nix;
|
||||
|
|
@ -46,7 +47,7 @@ let
|
|||
inherit pkgs unstable nur;
|
||||
inherit (custom) myPkgs myLib;
|
||||
# packages sets
|
||||
inherit neovim-pin;
|
||||
inherit neovim-pin ghc-pin;
|
||||
};
|
||||
|
||||
defaultOptions =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue