nix/os/devices/sj-bm-hostkey0: bump versions

This commit is contained in:
steveej 2024-05-20 10:52:26 +02:00
parent 407438d865
commit ced6f93c1e
2 changed files with 143 additions and 20 deletions

View file

@ -12,6 +12,8 @@
disko.inputs.nixpkgs.follows = "nixpkgs";
srvos.url = "github:numtide/srvos";
srvos.inputs.nixpkgs.follows = "nixpkgs";
mycelium.url = "github:threefoldtech/mycelium";
};
# outputs = _: {};
@ -45,11 +47,11 @@
nix.registry.nixpkgs.flake = nixpkgs;
}
{
({lib, ...}: {
nixpkgs.overlays = [
(final: previous: {})
];
}
})
]
++ extraModules;
}