diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-02-12 13:19:25 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-02-12 13:19:25 +0100 |
| commit | 0f82f8ebdb0c62812bb504deb114cd9b8d3ddee1 (patch) | |
| tree | 17fe47713d38cdb0bfbe755243a603cabb1bc9c0 /flake.nix | |
| parent | d017191348f24452fb58ed76a11ace0b596bc237 (diff) | |
removed redundant lix config from flake
Diffstat (limited to 'flake.nix')
| -rwxr-xr-x | flake.nix | 16 |
1 files changed, 0 insertions, 16 deletions
@@ -15,22 +15,6 @@ system = "x86_64-linux"; specialArgs = { inherit inputs; }; modules = [ - # Use Lix instead of Nix for package manager (Fascists ruined it :pensieve:) - { - nixpkgs.overlays = [ - (final: prev: { - inherit (prev.lixPackageSets.stable) - nixpkgs-review - nix-eval-jobs - nix-fast-build - colmena; - }) - ]; - - nix.package = pkgs.lixPackageSets.stable.lix; - } - - ./configuration.nix home-manager.nixosModules.home-manager { |
