diff options
| author | aristote <quentin.aristote@irif.fr> | 2025-12-31 12:23:03 +0100 |
|---|---|---|
| committer | aristote <quentin.aristote@irif.fr> | 2025-12-31 12:23:03 +0100 |
| commit | f4c78d6dd3b05d4adeeb0cb7a0d6fd4a0bd07cdf (patch) | |
| tree | 8a7b8dde8e4c4a311c0fd2acdfb109947bdb6f98 /src/research/default.nix | |
| parent | 369b1406b44e7905b2f49b37621dbad1d0787cac (diff) | |
sections: remove priority system
Diffstat (limited to 'src/research/default.nix')
| -rw-r--r-- | src/research/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/research/default.nix b/src/research/default.nix index f8b1363..99c6f0d 100644 --- a/src/research/default.nix +++ b/src/research/default.nix @@ -3,6 +3,5 @@ }: { title = "Research output"; - priority = 1; content = builtins.readFile ./content.tex; } |
