dotfiles/flake.lock

552 lines
14 KiB
Plaintext
Raw 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-05 15:16:53 +01:00
"lastModified": 1711763326,
"narHash": "sha256-sXcesZWKXFlEQ8oyGHnfk4xc9f2Ip0X/+YZOq3sKviI=",
2022-03-10 12:21:27 +00:00
"owner": "lnl7",
"repo": "nix-darwin",
2024-04-05 15:16:53 +01:00
"rev": "36524adc31566655f2f4d55ad6b875fb5c1a4083",
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-14 18:05:13 +01:00
"lastModified": 1712947906,
"narHash": "sha256-T0eT2lMbcK7RLelkx0qx4SiFpOS/0dt0aSfLB+WsGV8=",
2023-04-01 10:17:50 +01:00
"owner": "nix-community",
"repo": "disko",
2024-04-14 18:05:13 +01:00
"rev": "8d4ae698eaac8bd717e23507da2ca8b345bec4b5",
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-14 18:05:13 +01:00
"lastModified": 1713054897,
"narHash": "sha256-1RpjL4Erczw5Q1szSd543w+F1jsj5bXp2a74cpiyqIg=",
2022-12-07 23:52:15 +00:00
"owner": "helix-editor",
"repo": "helix",
2024-04-14 18:05:13 +01:00
"rev": "9df1266376323b3dae07e48bd1e64463d3aec1dd",
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-14 18:05:13 +01:00
"lastModified": 1713077896,
"narHash": "sha256-Noot8H0EZEAFRQWyGxh9ryvhK96xpIqKbh78X447JWs=",
2021-05-30 20:41:33 +01:00
"owner": "nix-community",
"repo": "home-manager",
2024-04-14 18:05:13 +01:00
"rev": "630a0992b3627c64e34f179fab68e3d48c6991c0",
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-14 18:05:13 +01:00
"lastModified": 1712909959,
"narHash": "sha256-7/5ubuwdEbQ7Z+Vqd4u0mM5L2VMNDsBh54visp27CtQ=",
"owner": "NixOS",
2021-06-12 09:40:09 +01:00
"repo": "nixos-hardware",
2024-04-14 18:05:13 +01:00
"rev": "f58b25254be441cd2a9b4b444ed83f1e51244f1f",
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-14 18:05:13 +01:00
"lastModified": 1713084354,
"narHash": "sha256-QKtRsAcq/7CplQGXwTgJUgaI6E+E7fmZ7+r+n+E9p4E=",
2022-07-03 18:50:30 +01:00
"owner": "NixOS",
"repo": "nixpkgs",
2024-04-14 18:05:13 +01:00
"rev": "32d9e07959a285ff73ffcd55a7be694649d585c0",
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-14 18:05:13 +01:00
"lastModified": 1712791164,
"narHash": "sha256-3sbWO1mbpWsLepZGbWaMovSO7ndZeFqDSdX0hZ9nVyw=",
2021-05-31 09:15:44 +01:00
"owner": "NixOS",
"repo": "nixpkgs",
2024-04-14 18:05:13 +01:00
"rev": "1042fd8b148a9105f3c0aca3a6177fd1d9360ba5",
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-14 18:05:13 +01:00
"lastModified": 1713084354,
"narHash": "sha256-QKtRsAcq/7CplQGXwTgJUgaI6E+E7fmZ7+r+n+E9p4E=",
"owner": "NixOS",
2023-01-31 21:38:23 +00:00
"repo": "nixpkgs",
2024-04-14 18:05:13 +01:00
"rev": "32d9e07959a285ff73ffcd55a7be694649d585c0",
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-14 18:05:13 +01:00
"lastModified": 1712867921,
"narHash": "sha256-edTFV4KldkCMdViC/rmpJa7oLIU8SE/S35lh/ukC7bg=",
2021-05-30 20:41:33 +01:00
"owner": "NixOS",
"repo": "nixpkgs",
2024-04-14 18:05:13 +01:00
"rev": "51651a540816273b67bc4dedea2d37d116c5f7fe",
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-14 18:05:13 +01:00
"lastModified": 1713081784,
"narHash": "sha256-t0RoW0DTQQ8MaQ6DXbkOZtPapv9rNZa5UYwOan5Th/k=",
2021-05-30 20:41:33 +01:00
"owner": "nix-community",
"repo": "NUR",
2024-04-14 18:05:13 +01:00
"rev": "34dd0b90d8075657d7816e31f3955fcc958e22f7",
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-14 18:05:13 +01:00
"lastModified": 1713066950,
"narHash": "sha256-ZaefFyvt5369XdjzSw43NhfbPM9MN5b9YXhzx4lFIRc=",
2021-10-30 11:10:19 +01:00
"owner": "Mic92",
"repo": "sops-nix",
2024-04-14 18:05:13 +01:00
"rev": "226062b47fe0e2130ba3ee9f4f1c880dc815cf87",
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
}