nix/os/devices/sj-bm-hostkey0: bump versions
This commit is contained in:
parent
407438d865
commit
ced6f93c1e
2 changed files with 143 additions and 20 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue