this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Force Lix (damn you spoonbaker)

Ben C fefa149b b55af245

+1 -1
+1 -1
nixosModules/base/nix.nix
··· 13 13 nix = { 14 14 channel.enable = false; 15 15 registry.p.flake = inputs.self; 16 - package = pkgs.lix; 16 + package = lib.mkForce pkgs.lix; 17 17 settings = { 18 18 # So we can do `import <nixpkgs>` 19 19 nix-path = "nixpkgs=${inputs.nixpkgs}";