Skip to content

Commit

Permalink
fix(darwin)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikreinert committed Dec 6, 2023
1 parent aefc8b2 commit b22ea6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
src = ../template/darwin;
} ''
mkdir -p $out
cp --no-preserve=mode -r $src/* $out
$coreutils/bin/cp --no-preserve=mode -r $src/* $out
sed -i -e "s/<username>/username/g" $out/flake.nix
sed -i -e "s/throw //g" $out/flake.nix
sed -i -e "s/ # TODO.*$//g" $out/flake.nix
cat $out/flake.nix
$coreutils/bin/cat $out/flake.nix
'';

nixos-desktop = system: desktop:
Expand Down

0 comments on commit b22ea6e

Please sign in to comment.