mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
hosts/ni: update nixpkgs config to allow ArchiveBox
This commit is contained in:
parent
d3c00006ea
commit
f6a77b64bb
@ -15,6 +15,12 @@ in
|
||||
# The main desktop.
|
||||
ni = {
|
||||
nixpkgs.branch = "nixos-unstable";
|
||||
|
||||
# This is to make an exception for Archivebox.
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"python3.12-django-3.1.14"
|
||||
];
|
||||
|
||||
systems = [ "x86_64-linux" ];
|
||||
formats = null;
|
||||
modules = [
|
||||
|
Loading…
Reference in New Issue
Block a user