diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 16 |
1 files changed, 0 insertions, 16 deletions
@@ -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"; |
