this repo has no description
1
fork

Configure Feed

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

use lix from latest, not master

Aria fc960529 c2d60191

+15 -33
-6
nix/modules/default.nix
··· 9 9 system.stateVersion = "25.05"; 10 10 11 11 imports = [ 12 - (import "${inputs.lix-module}/module.nix" { 13 - lix = inputs.lix // { 14 - rev = inputs.lix.revision; 15 - }; 16 - versionSuffix = "-${builtins.substring 0 8 inputs.lix.revision}"; 17 - }) 18 12 "${inputs.impermanence}/nixos.nix" 19 13 "${inputs.disko}/module.nix" 20 14 (import "${inputs.lanzaboote}/default.nix" {
+1 -1
nix/modules/hardware/rpi.nix
··· 57 57 nix.gc.automatic = mkForce false; 58 58 59 59 # Don't want to rebuild it for aarch constantly 60 - lix.enable = false; 60 + prefs.nix.useLix = false; 61 61 62 62 # Enable audio 63 63 boot.kernelParams = [
+14 -2
nix/modules/prefs/nix.nix
··· 19 19 options.prefs.nix = { 20 20 pathSetup = mkEnabledDefaultOption "registry / path setup"; 21 21 saveSpace = mkEnabledDefaultOption "space saving setup"; 22 + 23 + useLix = mkEnabledDefaultOption "using lix, a fork of nix"; 22 24 }; 23 25 24 26 config = { 27 + # nixpkgs.overlays = mkIf cfg.useLix [ 28 + # (final: prev: { 29 + # inherit (prev.lixPackageSets.latest) 30 + # nixpkgs-review 31 + # nix-eval-jobs 32 + # nix-fast-build 33 + # colmena 34 + # ; 35 + # }) 36 + # ]; 37 + 25 38 nix = mkMerge [ 39 + (mkIf cfg.useLix { package = pkgs.lixPackageSets.latest.lix; }) 26 40 (mkIf cfg.saveSpace { 27 41 gc = mkIf cfg.saveSpace { 28 42 automatic = true; ··· 79 93 ) 80 94 { 81 95 inherit (inputs) 82 - lix 83 - lix-module 84 96 nixpkgs 85 97 disko 86 98 impermanence
-24
nix/npins/sources.json
··· 55 55 "url": "https://github.com/nix-community/lanzaboote/archive/6afcbf17d051e244cdaf371bca0aa33c85e8cf0e.tar.gz", 56 56 "hash": "sha256-BWM5X4JYmHJm3zoS9MFaxjPsDdR1sUs46O3ySiRNGy4=" 57 57 }, 58 - "lix": { 59 - "type": "Git", 60 - "repository": { 61 - "type": "Git", 62 - "url": "https://git.lix.systems/lix-project/lix.git" 63 - }, 64 - "branch": "main", 65 - "submodules": false, 66 - "revision": "76499d36eae0cd3f78dccf1c38207af22e60e3b1", 67 - "url": null, 68 - "hash": "sha256-cSbr5Xq+qHqqQM0Xj9r05w3Qv+ATH0xEKweTMCKr91g=" 69 - }, 70 - "lix-module": { 71 - "type": "Git", 72 - "repository": { 73 - "type": "Git", 74 - "url": "https://git.lix.systems/lix-project/nixos-module.git" 75 - }, 76 - "branch": "main", 77 - "submodules": false, 78 - "revision": "5e56f5a973e24292b125dca9e9d506b0a91d6903", 79 - "url": null, 80 - "hash": "sha256-y9kC3ff89btXS8RD6pAtM50g0qtsim1I8HXBtgSqdbI=" 81 - }, 82 58 "nixos-hardware": { 83 59 "type": "Git", 84 60 "repository": {