Skip to content

Commit

Permalink
v0.3.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
SomeoneWeird committed Oct 25, 2024
1 parent 394e399 commit e5798f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
outputs = { self, nixpkgs, nixos-generators,... } @ inputs: let
# Both of these MUST be updated to successfully build a new
# release, otherwise nix will silently cache things.
dbxRelease = "v0.2.0-beta";
nurPackagesHash = "59366b6903145bd0350c11488bba03670b37fdb2";
dbxRelease = "v0.3.0-beta";
nurPackagesHash = "642ed00f92c21e87404dd6dd9b9895fd3d6c824b";

developmentMode = builtins.getEnv "dev" == "1";

Expand Down
2 changes: 1 addition & 1 deletion nix/builders/virtualbox/builder.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ pkgs, arch, ... }:
{ pkgs, arch, dbxRelease, ... }:

let
vboxFile = pkgs.writeTextFile {
Expand Down

0 comments on commit e5798f7

Please sign in to comment.