nix-rice, slightly scuffed
This commit is contained in:
parent
aae14e214e
commit
60a15031a9
9 changed files with 275 additions and 116 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue