dotfiles/flake.lock

552 lines
14 KiB
Plaintext
Raw Permalink Normal View History

2021-05-30 20:41:33 +01:00
{
"nodes": {
2022-12-19 09:04:27 +00:00
"alejandra": {
"inputs": {
"fenix": "fenix",
"flakeCompat": "flakeCompat",
"nixpkgs": [
"nixpkgs-nixos-unstable"
]
},
"locked": {
2023-09-16 08:18:36 +01:00
"lastModified": 1694541876,
"narHash": "sha256-lStDIPizbJipd1JpNKX1olBKzyIosyC2U/mVFwJPcZE=",
2022-12-19 09:04:27 +00:00
"owner": "kamadorueda",
"repo": "alejandra",
2023-09-16 08:18:36 +01:00
"rev": "e53c2c6c6c103dc3f848dbd9fbd93ee7c69c109f",
2022-12-19 09:04:27 +00:00
"type": "github"
},
"original": {
"owner": "kamadorueda",
"ref": "main",
"repo": "alejandra",
"type": "github"
}
},
2022-12-07 23:52:15 +00:00
"crane": {
2023-08-26 20:42:12 +01:00
"inputs": {
"nixpkgs": [
"helix",
"nixpkgs"
]
},
2022-12-07 23:52:15 +00:00
"locked": {
2024-03-15 10:26:59 +00:00
"lastModified": 1709610799,
"narHash": "sha256-5jfLQx0U9hXbi2skYMGodDJkIgffrjIOgMRjZqms2QE=",
2022-12-07 23:52:15 +00:00
"owner": "ipetkov",
"repo": "crane",
2024-03-15 10:26:59 +00:00
"rev": "81c393c776d5379c030607866afef6406ca1be57",
2022-12-07 23:52:15 +00:00
"type": "github"
},
"original": {
"owner": "ipetkov",
"repo": "crane",
"type": "github"
}
},
2024-01-15 14:15:15 +00:00
"cryptpad": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": [
"nixpkgs-stable"
]
},
"locked": {
2024-03-15 10:26:59 +00:00
"lastModified": 1710073490,
"narHash": "sha256-4B3McqiXy8TaNp8G134BQMx+m/A/VidMYRGcD4bda0k=",
2024-01-15 14:15:15 +00:00
"owner": "michaelshmitty",
"repo": "cryptpad-flake",
2024-03-15 10:26:59 +00:00
"rev": "6657541cfcd18ca328c8d3a41b9bf18bc5f10099",
2024-01-15 14:15:15 +00:00
"type": "github"
},
"original": {
"owner": "michaelshmitty",
"repo": "cryptpad-flake",
"type": "github"
}
},
2022-03-10 12:21:27 +00:00
"darwin": {
"inputs": {
"nixpkgs": [
"nixpkgs-stable"
]
},
"locked": {
2024-04-21 16:20:04 +01:00
"lastModified": 1713543876,
"narHash": "sha256-olEWxacm1xZhAtpq+ZkEyQgR4zgfE7ddpNtZNvubi3g=",
2022-03-10 12:21:27 +00:00
"owner": "lnl7",
"repo": "nix-darwin",
2024-04-21 16:20:04 +01:00
"rev": "9e7c20ffd056e406ddd0276ee9d89f09c5e5f4ed",
2022-03-10 12:21:27 +00:00
"type": "github"
},
"original": {
"owner": "lnl7",
"ref": "master",
"repo": "nix-darwin",
"type": "github"
}
},
2023-04-01 10:17:50 +01:00
"disko": {
"inputs": {
"nixpkgs": [
"nixpkgs-stable"
]
},
"locked": {
2024-04-21 16:20:04 +01:00
"lastModified": 1713406758,
"narHash": "sha256-kwZvhmx+hSZvjzemKxsAqzEqWmXZS47VVwQhNrINORQ=",
2023-04-01 10:17:50 +01:00
"owner": "nix-community",
"repo": "disko",
2024-04-21 16:20:04 +01:00
"rev": "1efd500e9805a9efbce401ed5999006d397b9f11",
2023-04-01 10:17:50 +01:00
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "disko",
"type": "github"
}
},
2023-03-04 07:19:28 +00:00
"endless-sky": {
"locked": {
"lastModified": 1677885745,
"narHash": "sha256-4dMqk/2nWtw4h6aSLBEV2pEum7CA0IexNDnA9y3f2yE=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "2100c4926200b1ebbee032ad22113597195932f2",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "2100c4926200b1ebbee032ad22113597195932f2",
"repo": "nixpkgs",
"type": "github"
}
},
2022-12-19 09:04:27 +00:00
"fenix": {
"inputs": {
"nixpkgs": [
"alejandra",
"nixpkgs"
],
"rust-analyzer-src": "rust-analyzer-src"
},
"locked": {
"lastModified": 1668234453,
"narHash": "sha256-FmuZThToBvRsqCauYJ3l8HJoGLAY5cMULeYEKIaGrRw=",
"owner": "nix-community",
"repo": "fenix",
"rev": "8f219f6b36e8d0d56afa7f67e6e3df63ef013cdb",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "fenix",
"type": "github"
}
},
2022-11-08 16:28:34 +00:00
"flake-compat": {
"flake": false,
"locked": {
2023-10-21 09:30:04 +01:00
"lastModified": 1696426674,
"narHash": "sha256-kvjfFW7WAETZlt09AgDn1MrtKzP7t90Vf7vypd3OL1U=",
2022-11-08 16:28:34 +00:00
"owner": "edolstra",
"repo": "flake-compat",
2023-10-21 09:30:04 +01:00
"rev": "0f9255e01c2351cc7d116c072cb317785dd33b33",
2022-11-08 16:28:34 +00:00
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
}
},
2021-05-30 23:13:31 +01:00
"flake-utils": {
2023-04-14 19:02:05 +01:00
"inputs": {
"systems": "systems"
},
2021-05-30 20:41:33 +01:00
"locked": {
2023-12-18 10:28:15 +00:00
"lastModified": 1701680307,
"narHash": "sha256-kAuep2h5ajznlPMD9rnQyffWG8EM/C73lejGofXvdM8=",
2021-05-30 20:41:33 +01:00
"owner": "numtide",
"repo": "flake-utils",
2023-12-18 10:28:15 +00:00
"rev": "4022d587cbbfd70fe950c1e2083a02621806a725",
2021-05-30 20:41:33 +01:00
"type": "github"
},
2024-01-15 14:15:15 +00:00
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"flake-utils_2": {
"inputs": {
"systems": "systems_2"
},
"locked": {
2024-03-15 10:26:59 +00:00
"lastModified": 1710146030,
"narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=",
2024-01-15 14:15:15 +00:00
"owner": "numtide",
"repo": "flake-utils",
2024-03-15 10:26:59 +00:00
"rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a",
2024-01-15 14:15:15 +00:00
"type": "github"
},
2021-05-30 20:41:33 +01:00
"original": {
"owner": "numtide",
"ref": "main",
2021-05-30 20:41:33 +01:00
"repo": "flake-utils",
"type": "github"
}
},
2022-12-19 09:04:27 +00:00
"flakeCompat": {
"flake": false,
"locked": {
"lastModified": 1650374568,
"narHash": "sha256-Z+s0J8/r907g149rllvwhb4pKi8Wam5ij0st8PwAh+E=",
"owner": "edolstra",
"repo": "flake-compat",
"rev": "b4a34015c698c7793d592d66adbab377907a2be8",
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
}
},
2022-12-07 23:52:15 +00:00
"helix": {
"inputs": {
2023-08-26 20:42:12 +01:00
"crane": "crane",
2023-12-18 10:28:15 +00:00
"flake-utils": [
"flake-utils"
],
2022-12-07 23:52:15 +00:00
"nixpkgs": [
2023-06-22 10:42:53 +01:00
"nixpkgs-stable"
2022-12-07 23:52:15 +00:00
],
"rust-overlay": "rust-overlay"
},
"locked": {
2024-04-21 16:20:04 +01:00
"lastModified": 1713668430,
"narHash": "sha256-HnM70sE7OryisMQ8GYOovO/zRXTcFGIDg4BKrGiFtWk=",
2022-12-07 23:52:15 +00:00
"owner": "helix-editor",
"repo": "helix",
2024-04-21 16:20:04 +01:00
"rev": "26d9610e78b287c2316577af91adfd920baa7fa6",
2022-12-07 23:52:15 +00:00
"type": "github"
},
"original": {
"owner": "helix-editor",
2023-08-26 20:42:12 +01:00
"ref": "master",
2022-12-07 23:52:15 +00:00
"repo": "helix",
"type": "github"
}
},
2021-05-30 20:41:33 +01:00
"home-manager": {
"inputs": {
"nixpkgs": [
2024-03-16 08:57:55 +00:00
"nixpkgs-nixos-unstable"
2023-06-01 19:03:20 +01:00
]
2021-05-30 20:41:33 +01:00
},
"locked": {
2024-04-21 16:20:04 +01:00
"lastModified": 1713707619,
"narHash": "sha256-g73hSx1osp8G7pbFQbiz7OCosAogf0WrLSOWyEF+F9M=",
2021-05-30 20:41:33 +01:00
"owner": "nix-community",
"repo": "home-manager",
2024-04-21 16:20:04 +01:00
"rev": "ad83c154bdfedad9807e86dd0633729ea3b116c5",
2021-05-30 20:41:33 +01:00
"type": "github"
},
"original": {
"owner": "nix-community",
2024-03-16 08:57:55 +00:00
"ref": "master",
2021-05-30 20:41:33 +01:00
"repo": "home-manager",
"type": "github"
}
},
2022-10-01 13:37:46 +01:00
"nil": {
"inputs": {
"flake-utils": [
"flake-utils"
],
"nixpkgs": [
"nixpkgs-nixos-unstable"
],
2022-12-07 23:52:15 +00:00
"rust-overlay": "rust-overlay_2"
2022-10-01 13:37:46 +01:00
},
"locked": {
2024-01-13 20:22:23 +00:00
"lastModified": 1704611696,
"narHash": "sha256-4ZCgV5oHdEc3q+XaIzy//gh20uC/aSuAtMU9bsfgLZk=",
2022-10-01 13:37:46 +01:00
"owner": "oxalica",
"repo": "nil",
2024-01-13 20:22:23 +00:00
"rev": "059d33a24bb76d2048740bcce936362bf54b5bc9",
2022-10-01 13:37:46 +01:00
"type": "github"
},
"original": {
"owner": "oxalica",
2023-08-18 16:25:36 +01:00
"ref": "main",
2022-10-01 13:37:46 +01:00
"repo": "nil",
"type": "github"
}
},
2023-12-18 21:02:29 +00:00
"nix-ld": {
"inputs": {
"nixpkgs": [
"nixpkgs-stable"
]
},
"locked": {
"lastModified": 1701153607,
"narHash": "sha256-h+odOVyiGmEERMECoFOj5P7FPiMR8IPRzroFA4sKivg=",
"owner": "Mic92",
"repo": "nix-ld",
"rev": "bf5aa84a713c31d95b4307e442e966d6c7fd7ae7",
"type": "github"
},
"original": {
"owner": "Mic92",
"ref": "main",
"repo": "nix-ld",
"type": "github"
}
},
2021-06-12 09:40:09 +01:00
"nixos-hardware": {
"locked": {
2024-04-21 16:20:04 +01:00
"lastModified": 1713521961,
"narHash": "sha256-EwR8wW9AqJhSIY+0oxWRybUZ32BVKuZ9bjlRh8SJvQ8=",
"owner": "NixOS",
2021-06-12 09:40:09 +01:00
"repo": "nixos-hardware",
2024-04-21 16:20:04 +01:00
"rev": "5d48925b815fd202781bfae8fb6f45c07112fdb2",
2021-06-12 09:40:09 +01:00
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "master",
2021-06-12 09:40:09 +01:00
"repo": "nixos-hardware",
"type": "github"
}
},
2022-07-03 18:50:30 +01:00
"nixpkgs-master": {
"locked": {
2024-04-21 16:20:04 +01:00
"lastModified": 1713709641,
"narHash": "sha256-Q4bPpC8UNjiR7Gg4GEeIi5XrG8yQai9cxOjkXlRQmVc=",
2022-07-03 18:50:30 +01:00
"owner": "NixOS",
"repo": "nixpkgs",
2024-04-21 16:20:04 +01:00
"rev": "6e8bfab8324ef1aab71d47339ea5662e0249c4c0",
2022-07-03 18:50:30 +01:00
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "master",
"repo": "nixpkgs",
"type": "github"
}
},
2021-06-01 14:30:39 +01:00
"nixpkgs-nixos-unstable": {
2021-05-31 09:15:44 +01:00
"locked": {
2024-04-21 16:20:04 +01:00
"lastModified": 1713537308,
"narHash": "sha256-XtTSSIB2DA6tOv+l0FhvfDMiyCmhoRbNB+0SeInZkbk=",
2021-05-31 09:15:44 +01:00
"owner": "NixOS",
"repo": "nixpkgs",
2024-04-21 16:20:04 +01:00
"rev": "5c24cf2f0a12ad855f444c30b2421d044120c66f",
2021-05-31 09:15:44 +01:00
"type": "github"
},
"original": {
"owner": "NixOS",
2021-06-01 14:30:39 +01:00
"ref": "nixos-unstable",
2021-05-31 09:15:44 +01:00
"repo": "nixpkgs",
"type": "github"
}
},
2023-01-31 21:38:23 +00:00
"nixpkgs-rust-analyzer": {
"locked": {
2024-04-21 16:20:04 +01:00
"lastModified": 1713709641,
"narHash": "sha256-Q4bPpC8UNjiR7Gg4GEeIi5XrG8yQai9cxOjkXlRQmVc=",
"owner": "NixOS",
2023-01-31 21:38:23 +00:00
"repo": "nixpkgs",
2024-04-21 16:20:04 +01:00
"rev": "6e8bfab8324ef1aab71d47339ea5662e0249c4c0",
2023-01-31 21:38:23 +00:00
"type": "github"
},
"original": {
"owner": "NixOS",
2023-11-30 10:00:47 +00:00
"ref": "master",
2023-01-31 21:38:23 +00:00
"repo": "nixpkgs",
"type": "github"
}
},
2021-06-01 14:30:39 +01:00
"nixpkgs-stable": {
2021-05-30 20:41:33 +01:00
"locked": {
2024-04-21 16:20:04 +01:00
"lastModified": 1713564160,
"narHash": "sha256-YguPZpiejgzLEcO36/SZULjJQ55iWcjAmf3lYiyV1Fo=",
2021-05-30 20:41:33 +01:00
"owner": "NixOS",
"repo": "nixpkgs",
2024-04-21 16:20:04 +01:00
"rev": "bc194f70731cc5d2b046a6c1b3b15f170f05999c",
2021-05-30 20:41:33 +01:00
"type": "github"
},
"original": {
"owner": "NixOS",
2023-11-30 21:22:10 +00:00
"ref": "nixos-23.11",
2021-05-30 20:41:33 +01:00
"repo": "nixpkgs",
"type": "github"
}
},
"nur": {
"locked": {
2024-04-21 16:20:04 +01:00
"lastModified": 1713707886,
"narHash": "sha256-eixmKYCzDqq0II8yOiuoQNmTE/lNCiIt71lh7V4PSvk=",
2021-05-30 20:41:33 +01:00
"owner": "nix-community",
"repo": "NUR",
2024-04-21 16:20:04 +01:00
"rev": "e558232e47b407866c8e2974739fac7ccc17e452",
2021-05-30 20:41:33 +01:00
"type": "github"
},
"original": {
"owner": "nix-community",
"ref": "master",
"repo": "NUR",
"type": "github"
}
},
"root": {
"inputs": {
2022-12-19 09:04:27 +00:00
"alejandra": "alejandra",
2024-01-15 14:15:15 +00:00
"cryptpad": "cryptpad",
2022-03-10 12:21:27 +00:00
"darwin": "darwin",
2023-04-01 10:17:50 +01:00
"disko": "disko",
2023-03-04 07:19:28 +00:00
"endless-sky": "endless-sky",
2022-11-08 16:28:34 +00:00
"flake-compat": "flake-compat",
2024-01-15 14:15:15 +00:00
"flake-utils": "flake-utils_2",
2022-12-07 23:52:15 +00:00
"helix": "helix",
2021-05-30 20:41:33 +01:00
"home-manager": "home-manager",
2022-10-01 13:37:46 +01:00
"nil": "nil",
2023-12-18 21:02:29 +00:00
"nix-ld": "nix-ld",
2021-06-12 09:40:09 +01:00
"nixos-hardware": "nixos-hardware",
2022-07-03 18:50:30 +01:00
"nixpkgs-master": "nixpkgs-master",
2021-06-01 14:30:39 +01:00
"nixpkgs-nixos-unstable": "nixpkgs-nixos-unstable",
2023-01-31 21:38:23 +00:00
"nixpkgs-rust-analyzer": "nixpkgs-rust-analyzer",
2021-05-31 09:15:44 +01:00
"nixpkgs-stable": "nixpkgs-stable",
2021-10-30 11:10:19 +01:00
"nur": "nur",
2024-03-24 11:33:56 +00:00
"sops": "sops"
2021-10-30 11:10:19 +01:00
}
},
2022-12-19 09:04:27 +00:00
"rust-analyzer-src": {
"flake": false,
"locked": {
"lastModified": 1668182250,
"narHash": "sha256-PYGaOCiFvnJdVz+ZCaKF8geGdffXjJUNcMwaBHv0FT4=",
"owner": "rust-lang",
"repo": "rust-analyzer",
"rev": "45ec315e01dc8dd1146dfeb65f0ef6e5c2efed78",
"type": "github"
},
"original": {
"owner": "rust-lang",
"ref": "nightly",
"repo": "rust-analyzer",
"type": "github"
}
},
2022-10-01 13:37:46 +01:00
"rust-overlay": {
2022-12-07 23:52:15 +00:00
"inputs": {
2023-08-26 20:42:12 +01:00
"flake-utils": [
"helix",
"flake-utils"
],
2022-12-07 23:52:15 +00:00
"nixpkgs": [
"helix",
"nixpkgs"
]
},
"locked": {
2024-03-15 10:26:59 +00:00
"lastModified": 1709604635,
"narHash": "sha256-le4fwmWmjGRYWwkho0Gr7mnnZndOOe4XGbLw68OvF40=",
2022-12-07 23:52:15 +00:00
"owner": "oxalica",
"repo": "rust-overlay",
2024-03-15 10:26:59 +00:00
"rev": "e86c0fb5d3a22a5f30d7f64ecad88643fe26449d",
2022-12-07 23:52:15 +00:00
"type": "github"
},
"original": {
"owner": "oxalica",
"repo": "rust-overlay",
"type": "github"
}
},
"rust-overlay_2": {
2022-10-01 13:37:46 +01:00
"inputs": {
"flake-utils": [
"nil",
"flake-utils"
],
"nixpkgs": [
"nil",
"nixpkgs"
]
},
"locked": {
2024-01-13 20:22:23 +00:00
"lastModified": 1704593904,
"narHash": "sha256-nDoXZDTRdgF3b4n3m011y99nYFewvOl9UpzFvP8Rb3c=",
2022-10-01 13:37:46 +01:00
"owner": "oxalica",
"repo": "rust-overlay",
2024-01-13 20:22:23 +00:00
"rev": "c36fd70a99decfa6e110c86f296a97613034a680",
2022-10-01 13:37:46 +01:00
"type": "github"
},
"original": {
"owner": "oxalica",
"repo": "rust-overlay",
"type": "github"
}
},
2021-10-30 11:10:19 +01:00
"sops": {
"inputs": {
2022-06-04 08:40:14 +01:00
"nixpkgs": [
"nixpkgs-stable"
],
2022-12-12 11:34:56 +00:00
"nixpkgs-stable": [
"nixpkgs-stable"
]
2021-10-30 11:10:19 +01:00
},
"locked": {
2024-04-21 16:20:04 +01:00
"lastModified": 1713668495,
"narHash": "sha256-4BvlfPfyUmB1U0r/oOF6jGEW/pG59c5yv6PJwgucTNM=",
2021-10-30 11:10:19 +01:00
"owner": "Mic92",
"repo": "sops-nix",
2024-04-21 16:20:04 +01:00
"rev": "09f1bc8ba3277c0f052f7887ec92721501541938",
2021-10-30 11:10:19 +01:00
"type": "github"
},
"original": {
"owner": "Mic92",
"ref": "master",
"repo": "sops-nix",
"type": "github"
2021-05-30 20:41:33 +01:00
}
2022-12-02 14:56:05 +00:00
},
2023-04-14 19:02:05 +01:00
"systems": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
2023-06-25 07:34:35 +01:00
},
2024-01-15 14:15:15 +00:00
"systems_2": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
2021-05-30 20:41:33 +01:00
}
},
"root": "root",
"version": 7
}