Pushing for work on other machine

This commit is contained in:
lulusilly 2025-08-31 22:56:32 -04:00
parent 636f39e9d5
commit 517351461a

View file

@ -11,7 +11,6 @@
# Get system type (Linux or MacOS, x86_64 or ARM)
system = builtins.currentSystem;
pkgs = import nixpkgs { inherit system; };
# Get current machine hostname
hostname = builtins.getEnv "HOSTNAME";
in {
@ -24,5 +23,5 @@
];
}
};
}
};
}