treewide: move shared/lib to lib
This commit is contained in:
parent
62a748d571
commit
056968f086
5 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
{inputs, ...}: let
|
{inputs, ...}: let
|
||||||
lib' = import ../shared/lib inputs.nixpkgs.lib;
|
lib' = import ../lib inputs.nixpkgs.lib;
|
||||||
mkSystem = args:
|
mkSystem = args:
|
||||||
inputs.nixpkgs.lib.nixosSystem {
|
inputs.nixpkgs.lib.nixosSystem {
|
||||||
specialArgs = {inherit inputs lib';};
|
specialArgs = {inherit inputs lib';};
|
||||||
|
|
Loading…
Reference in a new issue