fix: nodejs is unsafe now. FUN
This commit is contained in:
parent
de6aec5f76
commit
7765f67b6e
|
@ -47,6 +47,11 @@
|
|||
templates.flake = inputs.templates;
|
||||
};
|
||||
};
|
||||
# TODO!!!!!!!
|
||||
# Bad nodejs
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"nodejs-16.20.0"
|
||||
];
|
||||
# TODO unify the stateversions here and of homemanager
|
||||
system.stateVersion = "23.05";
|
||||
}
|
||||
|
|
|
@ -10,4 +10,8 @@
|
|||
];
|
||||
# TODO unify stateversions
|
||||
home.stateVersion = "23.05";
|
||||
|
||||
nixpkgs.config = {
|
||||
allowUnfree = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue