flake: format and update to devlib api changes
This commit is contained in:
parent
3ee831f852
commit
67f545123c
|
@ -79,11 +79,11 @@
|
|||
"utils": "utils_2"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1620832565,
|
||||
"narHash": "sha256-6K+ZPoIQwaVP1hYER3PUxDxs4TTEilfQ+VoJWnEfd3Q=",
|
||||
"lastModified": 1620845932,
|
||||
"narHash": "sha256-ShC2IuJD1MHC0DtQWeUuWpD1HDL7cuK3oBWQmVqjmdk=",
|
||||
"owner": "divnix",
|
||||
"repo": "devlib",
|
||||
"rev": "454b01d875bb8a31bb3d669366462e7fd978b963",
|
||||
"rev": "5a04146dc08f0a15a4489babe584162fdde1ca1f",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
10
flake.nix
10
flake.nix
|
@ -37,10 +37,10 @@
|
|||
overlays =
|
||||
(devlib.lib.importers.pathsIn ./overlays) ++
|
||||
[
|
||||
./pkgs/default.nix
|
||||
pkgs.overlay # for `srcs`
|
||||
nur.overlay
|
||||
];
|
||||
./pkgs/default.nix
|
||||
pkgs.overlay # for `srcs`
|
||||
nur.overlay
|
||||
];
|
||||
};
|
||||
latest = { };
|
||||
};
|
||||
|
@ -66,7 +66,7 @@
|
|||
];
|
||||
};
|
||||
hosts = nixos.lib.mkMerge [
|
||||
(devlib.lib.importHosts ./hosts)
|
||||
(devlib.lib.importers.importHosts ./hosts)
|
||||
{ /* set host specific properties here */ }
|
||||
];
|
||||
profiles = [ ./profiles ./users ];
|
||||
|
|
Loading…
Reference in a new issue