mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-04-20 03:34:07 +02:00
use lix?
This commit is contained in:
parent
48ee5a4af5
commit
8f5a1b8f0b
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ in {
|
||||||
# })
|
# })
|
||||||
# ];
|
# ];
|
||||||
distributedBuilds = true;
|
distributedBuilds = true;
|
||||||
package = pkgs.nixVersions.unstable;
|
package = pkgs.lix;
|
||||||
registry = lib.mkForce ((lib.mapAttrs (_: flake: { inherit flake; })) ((lib.filterAttrs (_: lib.isType "flake")) self.inputs) // {
|
registry = lib.mkForce ((lib.mapAttrs (_: flake: { inherit flake; })) ((lib.filterAttrs (_: lib.isType "flake")) self.inputs) // {
|
||||||
self.flake = self;
|
self.flake = self;
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue