updated flake lock and removed lix
This commit is contained in:
parent
c016efc0ee
commit
d2b3f0116e
3 changed files with 28 additions and 123 deletions
|
@ -3,7 +3,6 @@
|
|||
outputs = inputs.self.outputs;
|
||||
|
||||
lib = inputs.lib;
|
||||
lix-module = inputs.lix-module;
|
||||
nixpkgs = inputs.nixpkgs;
|
||||
home-manager = inputs.home-manager;
|
||||
nix-darwin = inputs.nix-darwin;
|
||||
|
@ -19,7 +18,6 @@
|
|||
pkgsFor = system: nixpkgs.legacyPackages.${system};
|
||||
|
||||
common-modules = [
|
||||
lix-module.nixosModules.default
|
||||
../modules/common-modules
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue