Add cachix of me
This commit is contained in:
parent
84b6e95316
commit
67cafa5892
2 changed files with 26 additions and 0 deletions
13
cachix/natsukagami.nix
Normal file
13
cachix/natsukagami.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
|
||||
{
|
||||
nix = {
|
||||
settings = {
|
||||
substituters = [
|
||||
"https://natsukagami.cachix.org"
|
||||
];
|
||||
trusted-public-keys = [
|
||||
"natsukagami.cachix.org-1:3U6GV8i8gWEaXRUuXd2S4ASfYgdl2QFPWg4BKPbmYiQ="
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue