use lix instead nix properly
This commit is contained in:
parent
1be2a5be2a
commit
023ed0156b
@ -1,5 +1,6 @@
|
||||
{ config, lib, inputs, ... }: {
|
||||
{ config, lib, pkgs, inputs, ... }: {
|
||||
nix = {
|
||||
package = pkgs.lix;
|
||||
nixPath = lib.mkForce [ "self=/etc/self/compat" "nixpkgs=/etc/nixpkgs" ];
|
||||
registry.self.flake = inputs.self;
|
||||
# registry.nixpkgs.flake = inputs.nixpkgs;
|
||||
|
@ -21,6 +21,7 @@ with lib; {
|
||||
attic-static = inputs.attic.packages.${system}.attic-static;
|
||||
cassowary-py = inputs.cassowary.packages.${system}.cassowary;
|
||||
devenv = inputs.devenv.packages.${system}.devenv;
|
||||
nix = prev.lix;
|
||||
nix-alien = inputs.nix-alien.packages.${system}.nix-alien;
|
||||
nix-fast-build = inputs.nix-fast-build.packages.${system}.default;
|
||||
nix-index-update = inputs.nix-alien.packages.${system}.nix-index-update;
|
||||
@ -51,7 +52,7 @@ with lib; {
|
||||
patches = [ ../patches/neatvnc.patch ] ++ oa.patches or [ ];
|
||||
});
|
||||
|
||||
nix-direnv = inputs.nix-direnv.packages.${system}.default.override { nix = final.lix; };
|
||||
nix-direnv = inputs.nix-direnv.packages.${system}.default.override { nix = final.nix; };
|
||||
|
||||
pass-secret-service = prev.pass-secret-service.overrideAttrs (_: {
|
||||
installCheckPhase = null;
|
||||
|
Loading…
x
Reference in New Issue
Block a user