Compare commits
No commits in common. "19e86c615c8f252bd1f47007673707c3ef56a517" and "ae928f753bcde9ac848895924c23fc0d1413daf6" have entirely different histories.
19e86c615c
...
ae928f753b
@ -8,7 +8,6 @@
|
||||
extraOptions = ''
|
||||
experimental-features = nix-command flakes repl-flake
|
||||
extra-platforms = x86_64-darwin aarch64-darwin x86_64-linux
|
||||
trusted-users = root zaphar
|
||||
'';
|
||||
};
|
||||
|
||||
|
@ -280,7 +280,9 @@ EOF";
|
||||
environment.systemPackages = (with pkgs; [
|
||||
# TODO(jwall): This appears to be broken due to: https://github.com/NixOS/nixpkgs/issues/166205
|
||||
# Should be fixed by: https://github.com/NixOS/nixpkgs/pull/282624
|
||||
isabelle
|
||||
#isabelle
|
||||
# Should be fixed by: https://github.com/NixOS/nixpkgs/pull/282624
|
||||
#(lean4.override { stdenv = stdenv.override { allowedRequisites = null; cc = llvmPackages_11.clang; }; })
|
||||
lean4
|
||||
terraform # TODO(jeremy): Replace with opentofu when that is an option.
|
||||
nomad
|
||||
@ -329,19 +331,17 @@ EOF";
|
||||
# NOTE(jwall): I include these initially for nvim telescope
|
||||
ripgrep
|
||||
fd
|
||||
#ocaml
|
||||
#opam
|
||||
vector
|
||||
victoriametrics
|
||||
# TODO add sonic-pi here if it supports the arch
|
||||
])
|
||||
#++ (with pkgs.ocamlPackages; [
|
||||
# dune_3
|
||||
# odoc
|
||||
# ocaml-lsp
|
||||
# merlin
|
||||
# utop
|
||||
#])
|
||||
++ (with pkgs.ocamlPackages; [
|
||||
dune_3
|
||||
odoc
|
||||
ocaml-lsp
|
||||
merlin
|
||||
utop
|
||||
])
|
||||
++ [
|
||||
sile
|
||||
runwhen
|
||||
|
Loading…
x
Reference in New Issue
Block a user