upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2023-10-06 17:35:30 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2023-10-06 17:35:30 +0100
commitaa48a626c08cec353d5563a8831239d2e69c9f3d (patch)
tree61a5769038ef659620254430c8563b0511d5edfc /flake.nix
parent96660a90e4cd296a2922d7a547de4cd9d0b1928b (diff)
fixup! refactor: rebuild app skeleton
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 2fa8d8a..d527e36 100644
--- a/flake.nix
+++ b/flake.nix
@@ -23,13 +23,14 @@
23 # selectLatestNightlyWith isn't support with mixed toolchains 23 # selectLatestNightlyWith isn't support with mixed toolchains
24 # https://github.com/oxalica/rust-overlay/issues/136 24 # https://github.com/oxalica/rust-overlay/issues/136
25 (lib.hiPrio rust-bin.nightly."2023-09-01".rustfmt) 25 (lib.hiPrio rust-bin.nightly."2023-09-01".rustfmt)
26 # (rust-bin.stable.latest.override { extensions = [ "rust-analyzer" ]; })
26 rust-bin.stable.latest.default 27 rust-bin.stable.latest.default
27
28 ]; 28 ];
29 29
30 buildInputs = [ 30 buildInputs = [
31 rust-analyzer 31 pkg-config # required by git2
32 gitlint 32 gitlint
33 openssl
33 ]; 34 ];
34 shellHook = '' 35 shellHook = ''
35 # auto-install git hooks 36 # auto-install git hooks