adding pantalaimon
This commit is contained in:
parent
d7e9409d8c
commit
ce80f145be
3 changed files with 25 additions and 18 deletions
|
@ -76,7 +76,13 @@
|
|||
|
||||
pkgsForSystem = import nixpkgs {
|
||||
inherit system;
|
||||
config = { allowUnfree = true; };
|
||||
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
permittedInsecurePackages = [
|
||||
"olm-3.2.16"
|
||||
];
|
||||
};
|
||||
overlays = [
|
||||
emacs.overlays.default
|
||||
# rust-overlay.overlays.default
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue