fix: nosrebuild

This commit is contained in:
Philipp Hochkamp 2022-11-04 04:30:43 +01:00
parent 6a0d496a0b
commit 7d18ec2ac5
No known key found for this signature in database
GPG key ID: 3676AB4CB36E5641

View file

@ -9,5 +9,5 @@ if [[ $(uname) == "Linux" ]]; then
else # Darwin
darwin-rebuild switch \
--flake "github:thexyno/nixos-config?rev=$REV" \
--update-input private 'git+ssh://git@github.com/thexyno/nixos-config-private'
--override-input private 'git+ssh://git@github.com/thexyno/nixos-config-private'
fi