mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
treewide: fix lix overlay
This commit is contained in:
parent
5d367843f8
commit
89e137711f
3 changed files with 41 additions and 39 deletions
|
|
@ -33,20 +33,15 @@ in
|
||||||
#
|
#
|
||||||
{
|
{
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
overlays =
|
overlays = map import [
|
||||||
map import
|
|
||||||
[
|
|
||||||
../overlays/agenix.nix
|
../overlays/agenix.nix
|
||||||
../overlays/nur.nix
|
../overlays/nur.nix
|
||||||
../overlays/nix-tree.nix
|
../overlays/nix-tree.nix
|
||||||
../packages/overlay.nix
|
../packages/overlay.nix
|
||||||
]
|
|
||||||
# use lix everywhere and wrap it with nom
|
# use lix everywhere and wrap it with nom
|
||||||
++ [
|
../overlays/lix.nix
|
||||||
# TODO
|
../overlays/nix-monitored.nix
|
||||||
# Can't get it build for now
|
|
||||||
# (import (sources.lix-module + "/overlay.nix") {inherit (sources) lix;})
|
|
||||||
(import ../overlays/nix-monitored.nix)
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# Set NIX_PATH and flake registry at the same time
|
# Set NIX_PATH and flake registry at the same time
|
||||||
|
|
|
||||||
|
|
@ -42,9 +42,7 @@ in
|
||||||
rocmSupport = true;
|
rocmSupport = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
overlays =
|
overlays = map import [
|
||||||
map import
|
|
||||||
[
|
|
||||||
../overlays/agenix.nix
|
../overlays/agenix.nix
|
||||||
../overlays/disko.nix
|
../overlays/disko.nix
|
||||||
../overlays/nur.nix
|
../overlays/nur.nix
|
||||||
|
|
@ -65,11 +63,10 @@ in
|
||||||
|
|
||||||
# removed, but I need it for PLFA!
|
# removed, but I need it for PLFA!
|
||||||
../overlays/pin-emacs28.nix
|
../overlays/pin-emacs28.nix
|
||||||
]
|
|
||||||
# use lix everywhere and wrap it with nom
|
# use lix everywhere and wrap it with nom
|
||||||
++ [
|
../overlays/lix.nix
|
||||||
(import (sources.lix-module + "/overlay.nix") {inherit (sources) lix;})
|
../overlays/nix-monitored.nix
|
||||||
(import ../overlays/nix-monitored.nix)
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# Set NIX_PATH and flake registry at the same time
|
# Set NIX_PATH and flake registry at the same time
|
||||||
|
|
|
||||||
10
nix/overlays/lix.nix
Normal file
10
nix/overlays/lix.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
final: _: {
|
||||||
|
nix = final.lixPackageSets.stable.lix;
|
||||||
|
inherit
|
||||||
|
(final.lixPackageSets.stable)
|
||||||
|
nixpkgs-review
|
||||||
|
nix-eval-jobs
|
||||||
|
nix-fast-build
|
||||||
|
colmena
|
||||||
|
;
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue