aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rwxr-xr-xflake.nix16
1 files changed, 0 insertions, 16 deletions
diff --git a/flake.nix b/flake.nix
index 4a6f130..abcef04 100755
--- a/flake.nix
+++ b/flake.nix
@@ -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
{