flake: format and update to devlib api changes

This commit is contained in:
Pacman99 2021-05-12 12:31:43 -07:00
parent 3ee831f852
commit 67f545123c
2 changed files with 8 additions and 8 deletions

View file

@ -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": {

View file

@ -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 ];