diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2024-12-02 20:09:33 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2024-12-02 20:09:33 -0500 |
commit | ba982583f5db88fe98b69080c83c05c015a24957 (patch) | |
tree | 791e4450d7753689db1de27fcc46837b1a4819ba /flake.nix | |
parent | "not without help", minor edit & cosmetic change (diff) |
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ d-overlay, ... }@inputs: let - version = "0.16.0"; + version = "0.17.0"; shell = ./shell.nix; devEnv = ./nixDevEnv.sh; supportedSystems = ["x86_64-linux"]; # [ "x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin" ]; |