mirror of
https://github.com/callumio/nish.git
synced 2025-12-18 03:59:19 +00:00
feat: shell for packages and custom flakes
This commit is contained in:
parent
89c01b9845
commit
0e3dc2cc29
4 changed files with 1101 additions and 1 deletions
|
|
@ -73,4 +73,9 @@
|
|||
};
|
||||
}
|
||||
);
|
||||
|
||||
nixConfig = {
|
||||
extra-substituters = ["callumio-public.cachix.org"];
|
||||
extra-trusted-public-keys = ["callumio-public.cachix.org-1:VucOSl7vh44GdqcILwMIeHlI0ufuAnHAl8cO1U/7yhg="];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue