updates to add cachyos kernel and scheduler
This commit is contained in:
parent
c87278d2cc
commit
b3b085181d
4 changed files with 229 additions and 71 deletions
13
cachix/cachix/chaotic.nix
Normal file
13
cachix/cachix/chaotic.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
|
||||
{
|
||||
nix = {
|
||||
settings = {
|
||||
substituters = [
|
||||
"https://chaotic-nyx.cachix.org"
|
||||
];
|
||||
trusted-public-keys = [
|
||||
"chaotic-nyx.cachix.org-1:HfnXSw4pj95iI/n17rIDy40agHj12WfF+Gqk6SonIT8"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue