Skip to content

Commit

Permalink
v0.1.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
SomeoneWeird committed Oct 4, 2024
1 parent 69bc65d commit c9e8b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/dogebox.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ in
echo "Adding nixpkgs channel..."
${pkgs.nix}/bin/nix-channel --add https://nixos.org/channels/nixos-24.05 nixpkgs
echo "Adding dogebox nix channel..."
${pkgs.nix}/bin/nix-channel --add https://github.com/dogeorg/dogebox-nur-packages/archive/4775791b5012e86359e483f5e520eab860b94601.tar.gz dogebox
${pkgs.nix}/bin/nix-channel --add https://github.com/dogeorg/dogebox-nur-packages/archive/3581fd14b07827f471310682a35f9e9a1644a3b0.tar.gz dogebox
echo "Updating nix channel..."
${pkgs.nix}/bin/nix-channel --update
echo "Rebuilding system..."
Expand Down

0 comments on commit c9e8b37

Please sign in to comment.