summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2024-09-20 13:09:50 -0400
committerseth <[email protected]>2024-09-20 13:13:22 -0400
commitf04eddf7fd7b070422611ebd90a3c17f15369ead (patch)
treeed283dca304d8879c85da4f65e6602c471059422 /flake.nix
parentf742454914c94ab185eedcf8a0a94d194b04db78 (diff)
Revert "treewide: use lix-module for lix"
This reverts commit f77aeb0db935f60590aa5b6975857b528c8f6a51.
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix16
1 files changed, 0 insertions, 16 deletions
diff --git a/flake.nix b/flake.nix
index 834b947..b28eda6 100644
--- a/flake.nix
+++ b/flake.nix
@@ -25,12 +25,6 @@
./ext
];
-
- perSystem =
- { inputs', ... }:
- {
- _module.args.pkgs = inputs'.nixpkgs.legacyPackages.extend inputs.lix-module.overlays.lixFromNixpkgs;
- };
};
inputs = {
@@ -101,16 +95,6 @@
};
};
- lix-module = {
- url = "https://git.lix.systems/lix-project/nixos-module/archive/2.91.0.tar.gz";
- inputs = {
- nixpkgs.follows = "nixpkgs";
- lix.follows = "";
- flake-utils.follows = "nixos-wsl/flake-utils";
- flakey-profile.follows = "";
- };
- };
-
nixinate = {
url = "github:MatthewCroughan/nixinate";
inputs.nixpkgs.follows = "nixpkgs";