From 83a0eadf6d0ae7dc9268626097d3c165c62aec53 Mon Sep 17 00:00:00 2001 From: Patrick Cleavelin Date: Mon, 31 Jul 2023 23:44:03 -0500 Subject: [PATCH] TESTING --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 8e8ddf5..0f6f933 100644 --- a/flake.nix +++ b/flake.nix @@ -8,7 +8,7 @@ outputs = { self, nixpkgs, rust-overlay, flake-utils, ... }: flake-utils.lib.eachDefaultSystem (system: let - tag = "v0.1.4_4-alpha"; + tag = "super_test"; overlays = [ (import rust-overlay) ]; pkgs = import nixpkgs { inherit system overlays;