diff --git a/.config/nvim/ftplugin/ruler.lua b/.config/nvim/ftplugin/ruler.lua deleted file mode 100644 index fc0ba12d..00000000 --- a/.config/nvim/ftplugin/ruler.lua +++ /dev/null @@ -1 +0,0 @@ -vim.bo.commentstring = "-- %s" diff --git a/.config/nvim/syntax/ruler.vim b/.config/nvim/syntax/ruler.vim index 73a21fab..bc7359b3 100644 --- a/.config/nvim/syntax/ruler.vim +++ b/.config/nvim/syntax/ruler.vim @@ -8,7 +8,7 @@ endif syn match rulerLineComment "--.*$" syn match rulerTripleDot "\.\.\." -syn match rulerDate "\d\d\d\d\D\d\d\D\d\d \d\d\D\d\d\D\(\d\d\|__\)" +syn match rulerDate "\d\d\d\d\D\d\d\D\d\d \d\d\D\d\d\D\d\d" syn match rulerTag "\s\+[a-zA-Z]\+:[^\n]*" syn region rulerBlockComment start="{-" end="-}" diff --git a/nix/configurations/vanadium/home/dev.nix b/nix/configurations/vanadium/home/dev.nix index 9a83b6d6..1aff2f4f 100644 --- a/nix/configurations/vanadium/home/dev.nix +++ b/nix/configurations/vanadium/home/dev.nix @@ -8,9 +8,8 @@ # preview markdown pkgs.python3Packages.grip - # For {nix,haskell} contribution + # For nix contribution pkgs.gh - pkgs.act pkgs.nixfmt-rfc-style pkgs.nix-doc pkgs.nixpkgs-review diff --git a/nix/homeModules/common/user-nixconf.nix b/nix/homeModules/common/user-nixconf.nix index a3d867da..c7b11124 100644 --- a/nix/homeModules/common/user-nixconf.nix +++ b/nix/homeModules/common/user-nixconf.nix @@ -25,7 +25,8 @@ "nix-command" "flakes" ]; - keep-outputs = false; # Build time derivations and sources + keep-outputs = true; + keep-derivations = true; }; registry.flakies = { diff --git a/nix/packages/by-name/ruler/package.nix b/nix/packages/by-name/ruler/package.nix index eae02c50..746406e9 100644 --- a/nix/packages/by-name/ruler/package.nix +++ b/nix/packages/by-name/ruler/package.nix @@ -12,8 +12,8 @@ domain = "git.confusedcompiler.org"; owner = "leana8959"; repo = "ruler"; - rev = "03f7b0bb545a59ddc031c08879eaf7e08dea1bef"; - hash = "sha256-ZNE2IR9f9zDS1t10bHqabXQiAq9aibfeQOo1pJtKUn0="; + rev = "a598cd3f68d12ed4787f4caf206499e188d44172"; + hash = "sha256-PP+aMXqGjym9De50Vw8B131iAwRvoRZKk+/L9JHDoLM="; }) {};