TESTING
ci/woodpecker/tag/woodpecker Pipeline was successful Details

pull/8/head
Patrick Cleavelin 2023-07-31 23:44:03 -05:00
parent 06ed48f4cf
commit 83a0eadf6d
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
outputs = { self, nixpkgs, rust-overlay, flake-utils, ... }: outputs = { self, nixpkgs, rust-overlay, flake-utils, ... }:
flake-utils.lib.eachDefaultSystem (system: flake-utils.lib.eachDefaultSystem (system:
let let
tag = "v0.1.4_4-alpha"; tag = "super_test";
overlays = [ (import rust-overlay) ]; overlays = [ (import rust-overlay) ];
pkgs = import nixpkgs { pkgs = import nixpkgs {
inherit system overlays; inherit system overlays;