Pushing for work on other machine
This commit is contained in:
parent
636f39e9d5
commit
517351461a
1 changed files with 1 additions and 2 deletions
|
|
@ -11,7 +11,6 @@
|
||||||
# Get system type (Linux or MacOS, x86_64 or ARM)
|
# Get system type (Linux or MacOS, x86_64 or ARM)
|
||||||
system = builtins.currentSystem;
|
system = builtins.currentSystem;
|
||||||
pkgs = import nixpkgs { inherit system; };
|
pkgs = import nixpkgs { inherit system; };
|
||||||
|
|
||||||
# Get current machine hostname
|
# Get current machine hostname
|
||||||
hostname = builtins.getEnv "HOSTNAME";
|
hostname = builtins.getEnv "HOSTNAME";
|
||||||
in {
|
in {
|
||||||
|
|
@ -24,5 +23,5 @@
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue