summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorquentin@aristote.fr <quentin@aristote.fr>2023-08-24 15:46:13 +0200
committerquentin@aristote.fr <quentin@aristote.fr>2023-08-24 18:24:30 +0200
commit9227f864a66a39beeda1af3b9f9c9c356da7a001 (patch)
treed23fc20211cfce8a66cccc26972ce9deb0ee28a9 /flake.lock
parentafcad6222a1e8bd6427e0ed1100bbd268de16475 (diff)
devenv: add languages.nix module
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock73
1 files changed, 0 insertions, 73 deletions
diff --git a/flake.lock b/flake.lock
deleted file mode 100644
index 050948a..0000000
--- a/flake.lock
+++ /dev/null
@@ -1,73 +0,0 @@
-{
- "nodes": {
- "flake-utils": {
- "inputs": {
- "systems": "systems"
- },
- "locked": {
- "lastModified": 1685518550,
- "narHash": "sha256-o2d0KcvaXzTrPRIo0kOLV0/QXHhDQ5DTi+OxcjO8xqY=",
- "owner": "numtide",
- "repo": "flake-utils",
- "rev": "a1720a10a6cfe8234c0e93907ffe81be440f4cef",
- "type": "github"
- },
- "original": {
- "id": "flake-utils",
- "type": "indirect"
- }
- },
- "nixpkgs": {
- "locked": {
- "lastModified": 1685677062,
- "narHash": "sha256-zoHF7+HNwNwne2XEomphbdc4Y8tdWT16EUxUTXpOKpQ=",
- "owner": "NixOS",
- "repo": "nixpkgs",
- "rev": "95be94370d09f97f6af6a1df1eb9649b5260724e",
- "type": "github"
- },
- "original": {
- "id": "nixpkgs",
- "type": "indirect"
- }
- },
- "nur": {
- "locked": {
- "lastModified": 1685792665,
- "narHash": "sha256-cAicgkTAX9EVNOmJwt+SRRfvYzb47uEt7pRV57w6/yo=",
- "owner": "nix-community",
- "repo": "NUR",
- "rev": "b489b530f22ef9fc761eb9800df702b1cc438b55",
- "type": "github"
- },
- "original": {
- "id": "nur",
- "type": "indirect"
- }
- },
- "root": {
- "inputs": {
- "flake-utils": "flake-utils",
- "nixpkgs": "nixpkgs",
- "nur": "nur"
- }
- },
- "systems": {
- "locked": {
- "lastModified": 1681028828,
- "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
- "owner": "nix-systems",
- "repo": "default",
- "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
- "type": "github"
- },
- "original": {
- "owner": "nix-systems",
- "repo": "default",
- "type": "github"
- }
- }
- },
- "root": "root",
- "version": 7
-}