⚰️ remove old darwin-local script
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user