update flake inputs from git.mtgmonkey.net; blog

This commit is contained in:
mtgmonkey
2025-12-18 00:15:42 +01:00
parent b0aac26589
commit a289d3a2ef
2 changed files with 13 additions and 14 deletions

20
flake.lock generated
View File

@@ -21,17 +21,17 @@
"nixpkgs": "nixpkgs" "nixpkgs": "nixpkgs"
}, },
"locked": { "locked": {
"lastModified": 1761290086, "lastModified": 1766012874,
"narHash": "sha256-MUmldwnP65Iu9A2fPdyMcsJnKLtltw3pGWVaBeYNfto=", "narHash": "sha256-HEJzXI1LUd7h/g+/b7w1xlatmgfwWcAB+ZgCREFIsEo=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "d3b971ee3291e0d88bdd729efba88b74e9d5b378", "rev": "109a1cd2c8824c7aa8911b443060636dcf5b9291",
"revCount": 57, "revCount": 58,
"type": "git", "type": "git",
"url": "https://git.mtgmonkey.net/Andromeda/blog.git" "url": "https://git.mtgmonkey.net/Andromeda/blog"
}, },
"original": { "original": {
"type": "git", "type": "git",
"url": "https://git.mtgmonkey.net/Andromeda/blog.git" "url": "https://git.mtgmonkey.net/Andromeda/blog"
} }
}, },
"flake-compat": { "flake-compat": {
@@ -127,11 +127,11 @@
"rev": "0e59a339c813bcf1e9969344d8b50ed380231552", "rev": "0e59a339c813bcf1e9969344d8b50ed380231552",
"revCount": 1179, "revCount": 1179,
"type": "git", "type": "git",
"url": "https://git.mtgmonkey.net/Andromeda/jank-client-fork.git" "url": "https://git.mtgmonkey.net/Andromeda/jank-client-fork"
}, },
"original": { "original": {
"type": "git", "type": "git",
"url": "https://git.mtgmonkey.net/Andromeda/jank-client-fork.git" "url": "https://git.mtgmonkey.net/Andromeda/jank-client-fork"
} }
}, },
"math-project": { "math-project": {
@@ -145,11 +145,11 @@
"rev": "fa0e8ca47dd5341d24d8aae90a0bc28a689c3d46", "rev": "fa0e8ca47dd5341d24d8aae90a0bc28a689c3d46",
"revCount": 6, "revCount": 6,
"type": "git", "type": "git",
"url": "https://git.mtgmonkey.net/Andromeda/math-project.git" "url": "https://git.mtgmonkey.net/Andromeda/math-project"
}, },
"original": { "original": {
"type": "git", "type": "git",
"url": "https://git.mtgmonkey.net/Andromeda/math-project.git" "url": "https://git.mtgmonkey.net/Andromeda/math-project"
} }
}, },
"nixpkgs": { "nixpkgs": {

View File

@@ -5,10 +5,9 @@
noshell.url = "github:viperML/noshell"; noshell.url = "github:viperML/noshell";
spacebar-server.url = "github:spacebarchat/server"; spacebar-server.url = "github:spacebarchat/server";
simple-nixos-mailserver.url = "gitlab:simple-nixos-mailserver/nixos-mailserver/master"; simple-nixos-mailserver.url = "gitlab:simple-nixos-mailserver/nixos-mailserver/master";
blog.url = "git+https://git.mtgmonkey.net/Andromeda/blog";
blog.url = "git+https://git.mtgmonkey.net/Andromeda/blog.git"; jank-client.url = "git+https://git.mtgmonkey.net/Andromeda/jank-client-fork";
jank-client.url = "git+https://git.mtgmonkey.net/Andromeda/jank-client-fork.git"; math-project.url = "git+https://git.mtgmonkey.net/Andromeda/math-project";
math-project.url = "git+https://git.mtgmonkey.net/Andromeda/math-project.git";
}; };
outputs = { outputs = {