summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorQuentin Aristote <quentin@aristote.fr>2023-03-01 13:50:55 +0100
committerQuentin Aristote <quentin@aristote.fr>2023-03-01 14:03:57 +0100
commit21034a5a36d62fbad795c4139c98c32e0516ec93 (patch)
treedb063cbb3e91bf7231c0eb54fb54b3cb5ac51dfe /flake.lock
parentceb6a8075e1b6e1228b7c75a8da36ed520d32b5f (diff)
restructure pkgs
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock55
1 files changed, 55 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
new file mode 100644
index 0000000..e9e05c4
--- /dev/null
+++ b/flake.lock
@@ -0,0 +1,55 @@
+{
+ "nodes": {
+ "flake-utils": {
+ "locked": {
+ "lastModified": 1676283394,
+ "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=",
+ "owner": "numtide",
+ "repo": "flake-utils",
+ "rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073",
+ "type": "github"
+ },
+ "original": {
+ "id": "flake-utils",
+ "type": "indirect"
+ }
+ },
+ "nixpkgs": {
+ "locked": {
+ "lastModified": 1677560409,
+ "narHash": "sha256-PIvUIsVNozPXe1FmNe9c6B8Febl3t9+51uBKMJ1Q8o0=",
+ "owner": "NixOS",
+ "repo": "nixpkgs",
+ "rev": "9e56d6ec92c8fb4192f1392aa5c4101ad77f2070",
+ "type": "github"
+ },
+ "original": {
+ "id": "nixpkgs",
+ "type": "indirect"
+ }
+ },
+ "nur": {
+ "locked": {
+ "lastModified": 1677656154,
+ "narHash": "sha256-C+LNfSAlWyRVNiwBoYodxnrVzDymA5dR36dg1epXAk4=",
+ "owner": "nix-community",
+ "repo": "NUR",
+ "rev": "458246a5098156e4d8be62de85a03feec6a2e4fe",
+ "type": "github"
+ },
+ "original": {
+ "id": "nur",
+ "type": "indirect"
+ }
+ },
+ "root": {
+ "inputs": {
+ "flake-utils": "flake-utils",
+ "nixpkgs": "nixpkgs",
+ "nur": "nur"
+ }
+ }
+ },
+ "root": "root",
+ "version": 7
+}