e11sync: follow through with upstream module change

This commit is contained in:
Motiejus Jakštys 2024-01-20 06:51:06 +02:00
parent 8877cfc7a8
commit 2438477182
2 changed files with 5 additions and 6 deletions

View File

@ -71,11 +71,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1705663661, "lastModified": 1705725960,
"narHash": "sha256-AlANSvsVs/+PF+uFPuui+KZL6TGOLp/mvR+FCR8zCMo=", "narHash": "sha256-DvodoxvRliRnBXQjbtRWKpCOvZ3A8aRSWW1GHgTdWi4=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "8bc0c13565733031aa3bc329155f63f9a741456e", "rev": "304d4e900022751cf8fcc23d9251b11cdb765643",
"revCount": 118, "revCount": 124,
"type": "git", "type": "git",
"url": "https://git.jakstys.lt/motiejus/e11sync" "url": "https://git.jakstys.lt/motiejus/e11sync"
}, },

View File

@ -213,8 +213,7 @@
system = "aarch64-linux"; system = "aarch64-linux";
modules = [ modules = [
{nixpkgs.overlays = mkOverlays system;} {nixpkgs.overlays = mkOverlays system;}
# TODO: remove `${system}` from here e11sync.nixosModules.e11sync
e11sync.nixosModules.${system}.e11sync
agenix.nixosModules.default agenix.nixosModules.default
home-manager.nixosModules.home-manager home-manager.nixosModules.home-manager