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