nix-rice, slightly scuffed

This commit is contained in:
atagen 2023-05-21 01:34:21 +10:00
parent aae14e214e
commit 60a15031a9
9 changed files with 275 additions and 116 deletions

View file

@ -9,10 +9,11 @@
}: {
nixpkgs = {
overlays = [
inputs.nur.overlay
outputs.overlays.additions
outputs.overlays.unstable-pkgs
inputs.nur.overlay
nix-rice.overlays.default
inputs.nix-rice.overlays.default
outputs.overlays.rice
];
config = {
allowUnfree = true;
@ -28,7 +29,7 @@
};
imports = [
inputs.declarative-cachix.nixosModules.declarative-cachix
# inputs.declarative-cachix.nixosModules.declarative-cachix
# inputs.helix
];
@ -65,9 +66,9 @@
# };
# };
cachix = [
"nix-community"
];
# cachix = [
# "nix-community"
# ];
nix.extraOptions = ''
keep-outputs = true