mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
Compare commits
No commits in common. "72940fb5482c21d9cd0b79e1ad5509e3bb8f2717" and "8137ac9b282094631e032646a9134cffa03721d8" have entirely different histories.
72940fb548
...
8137ac9b28
5 changed files with 6 additions and 7 deletions
|
|
@ -1 +0,0 @@
|
|||
vim.bo.commentstring = "-- %s"
|
||||
|
|
@ -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="-}"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -25,7 +25,8 @@
|
|||
"nix-command"
|
||||
"flakes"
|
||||
];
|
||||
keep-outputs = false; # Build time derivations and sources
|
||||
keep-outputs = true;
|
||||
keep-derivations = true;
|
||||
};
|
||||
|
||||
registry.flakies = {
|
||||
|
|
|
|||
|
|
@ -12,8 +12,8 @@
|
|||
domain = "git.confusedcompiler.org";
|
||||
owner = "leana8959";
|
||||
repo = "ruler";
|
||||
rev = "03f7b0bb545a59ddc031c08879eaf7e08dea1bef";
|
||||
hash = "sha256-ZNE2IR9f9zDS1t10bHqabXQiAq9aibfeQOo1pJtKUn0=";
|
||||
rev = "a598cd3f68d12ed4787f4caf206499e188d44172";
|
||||
hash = "sha256-PP+aMXqGjym9De50Vw8B131iAwRvoRZKk+/L9JHDoLM=";
|
||||
})
|
||||
{};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue