⚰️ remove old darwin-local script

This commit is contained in:
2023-09-12 17:01:59 -04:00
parent ba4eaf1d2e
commit 9ec3ddde1f
2 changed files with 25 additions and 34 deletions

View File

@ -1,16 +1,7 @@
{ system, pkgs, self, ... }:
let
darwin-local = pkgs.writeScriptBin "darwin-local" ''
#!${pkgs.stdenv.shell}
nix build .#darwinConfigurations.$(hostname -s).system
./result/sw/bin/darwin-rebuild switch --flake .
'';
in
{
{ system, pkgs, self, ... }: {
default = pkgs.mkShell {
name = "athens";
buildInputs = with pkgs; [
darwin-local
deploy-rs.deploy-rs
deadnix
doctl