aboutsummaryrefslogtreecommitdiffhomepage
path: root/flake.nix
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2024-04-11 13:25:18 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2024-04-11 13:30:21 -0400
commitb797bcfe23ade3d235f41b8121cdf1c4373d7810 (patch)
tree5df96b8d9cd00b5820420176557ca481afbf085e /flake.nix
parentpackage & nix update (sync with sisu spine) (diff)
sisudoc spine sync (0.16.0 dir name changes)
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index c5bbcc1..613884d 100644
--- a/flake.nix
+++ b/flake.nix
@@ -3,7 +3,7 @@
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
inputs.flake-utils.url = "github:numtide/flake-utils";
inputs.spine = {
- url = "git+file:///home/ralph/grotto/repo/git.repo/projects/doc-reform/code/software/spine";
+ url = "git+file:///home/ralph/grotto/repo/git.repo/projects/doc-reform/code/software/sisudoc-spine";
inputs.nixpkgs.follows = "nixpkgs";
flake = true;
};
@@ -19,7 +19,7 @@
spine,
d-overlay,
} @ inputs: let
- version = "0.14.0";
+ version = "0.16.0";
shell = ./shell.nix;
devEnv = ./nixDevEnv.sh;
supportedSystems = ["x86_64-linux"]; # [ "x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin" ];