From 7894f38e03e6b0b14f1ecb672bcb5e8d139a8011 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sun, 17 Dec 2023 19:52:01 -0500 Subject: 0.14.0, spine sync --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index b7fc400..3f7b609 100644 --- a/flake.nix +++ b/flake.nix @@ -14,9 +14,9 @@ d-overlay, } @ inputs: let pname = "spine_search"; - version = "0.12.0"; + version = "0.14.0"; shell = ./shell.nix; - devEnv = ./.envrc; + devEnv = ./nixDevEnv.sh; supportedSystems = ["x86_64-linux"]; forAllSystems = nixpkgs.lib.genAttrs supportedSystems; nixpkgsFor = forAllSystems (system: import nixpkgs {inherit system;}); # nixpkgs instantiated for supported system types -- cgit v1.2.3