nix/module.nix: cleanup

This commit is contained in:
Charlie Root 2024-10-01 16:07:20 +02:00
commit 30a11047df
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw

View file

@ -15,8 +15,6 @@ in {
inputs.lix-module.nixosModules.default
];
# link a copy of our nixpkgs input as the nixpkgs channel
# environment.etc."nix/flake-channels/nixpkgs".source = inputs.nixpkgs;
nix = {
package = pkgs.lix;