Install agent CLIs on NixOracle
This commit is contained in:
parent
701de54a74
commit
40c9a4b2a0
2 changed files with 18 additions and 1 deletions
10
flake.nix
10
flake.nix
|
|
@ -67,6 +67,16 @@
|
|||
inherit system;
|
||||
modules = [
|
||||
./hosts/NixOracle/configuration.nix
|
||||
{
|
||||
nixpkgs.overlays = [
|
||||
(final: prev: {
|
||||
unstable = import nixpkgs-unstable {
|
||||
inherit system;
|
||||
config = prev.config;
|
||||
};
|
||||
})
|
||||
];
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue