chore: flakey-rustypaste now from git repo

This commit is contained in:
Nydragon 2024-10-14 03:15:25 +02:00
parent 58d2640d42
commit 16b3300102
Signed by: nydragon
SSH key fingerprint: SHA256:iQnIC12spf4QjWSbarmkD2No1cLMlu6TWoV7K6cYF5g
2 changed files with 8 additions and 9 deletions

13
flake.lock generated
View file

@ -510,16 +510,17 @@
"rustypasteRepo": "rustypasteRepo" "rustypasteRepo": "rustypasteRepo"
}, },
"locked": { "locked": {
"dirtyRev": "561025fca47e63a4356cf8e41669ab823f033717-dirty", "lastModified": 1728862246,
"dirtyShortRev": "561025f-dirty", "narHash": "sha256-O+1deQAXm5cMg8y+v7jjfTyrdKDlmk8fbwfz1w5BEU8=",
"lastModified": 1728306155, "ref": "refs/heads/master",
"narHash": "sha256-ewGx/X970ErBg6oKAaBKZd4pqnP2s0jeRHm9bIj8CzM=", "rev": "78dda5354d93432e92733d862beb6d406d0e0a2a",
"revCount": 1,
"type": "git", "type": "git",
"url": "file:///home/ny/Documents/opensource/rustypaste" "url": "https://git.ccnlc.eu/Nydragon/flakey-rustypaste.git"
}, },
"original": { "original": {
"type": "git", "type": "git",
"url": "file:///home/ny/Documents/opensource/rustypaste" "url": "https://git.ccnlc.eu/Nydragon/flakey-rustypaste.git"
} }
}, },
"rustypasteRepo": { "rustypasteRepo": {

View file

@ -43,9 +43,7 @@
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
rustypaste = { rustypaste.url = "git+https://git.ccnlc.eu/Nydragon/flakey-rustypaste.git";
url = "/home/ny/Documents/opensource/rustypaste";
};
}; };
outputs = outputs =