Compare commits

...

3 Commits

Author SHA1 Message Date
h7x4
5794b27b58 base/auto-upgrade: display build logs in journalctl 2026-01-13 17:24:26 +09:00
h7x4
81e93dfa87 kommode/gitea: add developer experience label 2026-01-13 17:24:26 +09:00
h7x4
f1ba79c062 flake.nix: bump pvv-nettsiden 2026-01-13 17:24:26 +09:00
3 changed files with 12 additions and 4 deletions

View File

@@ -9,6 +9,8 @@ in
enable = true; enable = true;
flake = "git+https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git"; flake = "git+https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git";
flags = [ flags = [
"-L"
"--refresh" "--refresh"
"--no-write-lock-file" "--no-write-lock-file"
# --update-input is deprecated since nix 2.22, and removed in lix 2.90 # --update-input is deprecated since nix 2.22, and removed in lix 2.90

8
flake.lock generated
View File

@@ -387,11 +387,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1767906725, "lastModified": 1768292629,
"narHash": "sha256-AZpNzcnbl855mqemSrWbYl2mEgngC2lmiI6yiszEgQw=", "narHash": "sha256-gOiSfqeQs/rOcJtQMrH5r1t7Xvg9r3GO5YaUtQxTgVs=",
"ref": "main", "ref": "main",
"rev": "65118b6abebd339e071c38f00a23b92dbbb72b38", "rev": "597aaf413a9d3f1f8c1265a0d2bea24b3c7217c1",
"revCount": 537, "revCount": 560,
"type": "git", "type": "git",
"url": "https://git.pvv.ntnu.no/Projects/nettsiden.git" "url": "https://git.pvv.ntnu.no/Projects/nettsiden.git"
}, },

View File

@@ -35,6 +35,12 @@
"color": "#ed1111", "color": "#ed1111",
"description": "Report an oopsie" "description": "Report an oopsie"
}, },
{
"name": "developer experience",
"exclusive": false,
"color": "#eb6420",
"description": "Think about the developers"
},
{ {
"name": "disputed", "name": "disputed",
"exclusive": false, "exclusive": false,