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