mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Fix building and don't eval cache
This commit is contained in:
parent
427ef39f35
commit
62ec73e3f0
2 changed files with 4 additions and 2 deletions
|
@ -16,6 +16,7 @@
|
|||
in homeConfiguration {
|
||||
home.activation.createControlPath = {
|
||||
after = [ "writeBoundary" ];
|
||||
before = [];
|
||||
data = "mkdir --parents ${controlPath}";
|
||||
};
|
||||
|
||||
|
|
|
@ -18,6 +18,7 @@ def main --wrapped [
|
|||
|
||||
let nix_flags = [
|
||||
"--option" "accept-flake-config" "true"
|
||||
"--option" "eval-cache" "false"
|
||||
] | append ($args_split | get --ignore-errors 1 | default [])
|
||||
|
||||
if $host == (hostname) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue