mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-22 19:15:37 +00:00
start of a WIP rebuild app
This commit is contained in:
parent
13e5b9ddc5
commit
d86534727e
@ -8,6 +8,15 @@
|
|||||||
# Display the readme for this repository
|
# Display the readme for this repository
|
||||||
readme = import ./readme.nix { inherit pkgs; };
|
readme = import ./readme.nix { inherit pkgs; };
|
||||||
|
|
||||||
|
# Rebuild
|
||||||
|
rebuild = {
|
||||||
|
type = "app";
|
||||||
|
program = builtins.toString (pkgs.writeShellScript "rebuild" ''
|
||||||
|
echo ${pkgs.system}
|
||||||
|
echo ${if pkgs.stdenv.isDarwin then "darwin" else "linux"}
|
||||||
|
'');
|
||||||
|
};
|
||||||
|
|
||||||
# Load the SSH key for this machine
|
# Load the SSH key for this machine
|
||||||
loadkey = import ./loadkey.nix { inherit pkgs; };
|
loadkey = import ./loadkey.nix { inherit pkgs; };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user