nixos-config/flake.lock

302 lines
7.7 KiB
Plaintext
Raw Normal View History

2022-09-16 22:44:43 +02:00
{
"nodes": {
2022-12-17 20:06:38 +01:00
"agenix": {
"inputs": {
2023-02-04 08:49:52 +01:00
"darwin": "darwin",
2023-05-13 10:17:58 +02:00
"home-manager": "home-manager",
2023-02-04 08:49:52 +01:00
"nixpkgs": [
"nixpkgs"
2023-12-27 07:51:05 +01:00
],
"systems": "systems"
2022-12-17 20:06:38 +01:00
},
"locked": {
2023-12-27 07:51:05 +01:00
"lastModified": 1703433843,
"narHash": "sha256-nmtA4KqFboWxxoOAA6Y1okHbZh+HsXaMPFkYHsoDRDw=",
2022-12-17 20:06:38 +01:00
"owner": "ryantm",
"repo": "agenix",
2023-12-27 07:51:05 +01:00
"rev": "417caa847f9383e111d1397039c9d4337d024bf0",
2022-12-17 20:06:38 +01:00
"type": "github"
},
"original": {
"owner": "ryantm",
"repo": "agenix",
"type": "github"
}
},
2023-02-04 08:49:52 +01:00
"darwin": {
"inputs": {
"nixpkgs": [
"agenix",
"nixpkgs"
]
},
"locked": {
2023-12-27 07:51:05 +01:00
"lastModified": 1700795494,
"narHash": "sha256-gzGLZSiOhf155FW7262kdHo2YDeugp3VuIFb4/GGng0=",
2023-02-04 08:49:52 +01:00
"owner": "lnl7",
"repo": "nix-darwin",
2023-12-27 07:51:05 +01:00
"rev": "4b9b83d5a92e8c1fbfd8eb27eda375908c11ec4d",
2023-02-04 08:49:52 +01:00
"type": "github"
},
"original": {
"owner": "lnl7",
"ref": "master",
"repo": "nix-darwin",
"type": "github"
}
},
2023-10-15 08:47:04 +02:00
"flake-utils": {
"inputs": {
2023-12-27 07:51:05 +01:00
"systems": "systems_2"
2023-10-15 08:47:04 +02:00
},
"locked": {
2023-12-12 21:45:05 +01:00
"lastModified": 1701680307,
"narHash": "sha256-kAuep2h5ajznlPMD9rnQyffWG8EM/C73lejGofXvdM8=",
2023-10-15 08:47:04 +02:00
"owner": "numtide",
"repo": "flake-utils",
2023-12-12 21:45:05 +01:00
"rev": "4022d587cbbfd70fe950c1e2083a02621806a725",
2023-10-15 08:47:04 +02:00
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
2022-09-16 22:44:43 +02:00
"home-manager": {
"inputs": {
"nixpkgs": [
2023-05-13 10:17:58 +02:00
"agenix",
2022-09-16 22:44:43 +02:00
"nixpkgs"
2023-04-15 09:49:24 +02:00
]
2022-09-16 22:44:43 +02:00
},
"locked": {
2023-12-27 07:51:05 +01:00
"lastModified": 1703113217,
"narHash": "sha256-7ulcXOk63TIT2lVDSExj7XzFx09LpdSAPtvgtM7yQPE=",
2022-09-16 22:44:43 +02:00
"owner": "nix-community",
"repo": "home-manager",
2023-12-27 07:51:05 +01:00
"rev": "3bfaacf46133c037bb356193bd2f1765d9dc82c1",
2023-05-13 10:17:58 +02:00
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "home-manager",
"type": "github"
}
},
2023-12-16 11:59:35 +01:00
"home-manager-unstable": {
"inputs": {
"nixpkgs": [
"nixpkgs-unstable"
]
},
"locked": {
2023-12-27 07:51:05 +01:00
"lastModified": 1703527373,
"narHash": "sha256-AjypRssRtS6F3xkf7rE3/bXkIF2WJOZLbTIspjcE1zM=",
2023-12-16 11:59:35 +01:00
"owner": "nix-community",
"repo": "home-manager",
2023-12-27 07:51:05 +01:00
"rev": "80679ea5074ab7190c4cce478c600057cfb5edae",
2023-12-16 11:59:35 +01:00
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "home-manager",
"type": "github"
}
},
2023-05-13 10:17:58 +02:00
"home-manager_2": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
2023-12-27 07:51:05 +01:00
"lastModified": 1703367386,
"narHash": "sha256-FMbm48UGrBfOWGt8+opuS+uLBLQlRfhiYXhHNcYMS5k=",
2023-05-13 10:17:58 +02:00
"owner": "nix-community",
"repo": "home-manager",
2023-12-27 07:51:05 +01:00
"rev": "d5824a76bc6bb93d1dce9ebbbcb09a9b6abcc224",
2022-09-16 22:44:43 +02:00
"type": "github"
},
"original": {
"owner": "nix-community",
2023-12-09 15:03:27 +01:00
"ref": "release-23.11",
2022-09-16 22:44:43 +02:00
"repo": "home-manager",
"type": "github"
}
},
2023-07-21 22:08:30 +02:00
"jovian-nixos": {
2023-12-09 10:23:27 +01:00
"inputs": {
"nix-github-actions": "nix-github-actions",
2023-12-16 11:59:35 +01:00
"nixpkgs": [
"nixpkgs-unstable"
]
2023-12-09 10:23:27 +01:00
},
2022-12-06 22:57:50 +01:00
"locked": {
2023-12-27 07:39:15 +01:00
"lastModified": 1703229133,
"narHash": "sha256-9Mj57V3FgZpQjSNv9b02GIx6GZWNRT8P1ZRKMk7dQK4=",
2023-07-21 22:08:30 +02:00
"owner": "Jovian-Experiments",
"repo": "Jovian-NixOS",
2023-12-27 07:39:15 +01:00
"rev": "4d24d2ff927a8b8a698bbacdb1966045bcadf872",
2022-12-06 22:57:50 +01:00
"type": "github"
},
"original": {
2023-07-21 22:08:30 +02:00
"owner": "Jovian-Experiments",
"repo": "Jovian-NixOS",
2022-12-06 22:57:50 +01:00
"type": "github"
}
},
2023-10-15 08:47:04 +02:00
"microvm": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
2023-12-27 07:51:05 +01:00
"lastModified": 1703330826,
"narHash": "sha256-GGGWtDA0GZArmALQsJX0w0p/mCXPeFGlbNjVJWMS+W0=",
2023-10-15 08:47:04 +02:00
"owner": "astro",
"repo": "microvm.nix",
2023-12-27 07:51:05 +01:00
"rev": "5a76dfa5fec6c3db8954b90d60a66bbec4684d6a",
2023-10-15 08:47:04 +02:00
"type": "github"
},
"original": {
"owner": "astro",
"repo": "microvm.nix",
"type": "github"
}
},
2023-12-09 10:23:27 +01:00
"nix-github-actions": {
"inputs": {
"nixpkgs": [
"jovian-nixos",
"nixpkgs"
]
},
"locked": {
"lastModified": 1690328911,
"narHash": "sha256-fxtExYk+aGf2YbjeWQ8JY9/n9dwuEt+ma1eUFzF8Jeo=",
"owner": "zhaofengli",
"repo": "nix-github-actions",
"rev": "96df4a39c52f53cb7098b923224d8ce941b64747",
"type": "github"
},
"original": {
"owner": "zhaofengli",
"ref": "matrix-name",
"repo": "nix-github-actions",
"type": "github"
}
},
"nixos-hardware": {
"locked": {
2023-12-27 07:51:05 +01:00
"lastModified": 1703545041,
"narHash": "sha256-nvQA+k1rSszrf4kA4eK2i/SGbzoXyoKHzzyzq/Jca1w=",
"owner": "NixOS",
"repo": "nixos-hardware",
2023-12-27 07:51:05 +01:00
"rev": "a15b6e525f5737a47b4ce28445c836996fb2ea8c",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "master",
"repo": "nixos-hardware",
"type": "github"
}
},
2022-09-16 22:44:43 +02:00
"nixpkgs": {
"locked": {
2023-12-27 07:51:05 +01:00
"lastModified": 1703467016,
"narHash": "sha256-/5A/dNPhbQx/Oa2d+Get174eNI3LERQ7u6WTWOlR1eQ=",
2023-12-09 10:23:27 +01:00
"owner": "NixOS",
"repo": "nixpkgs",
2023-12-27 07:51:05 +01:00
"rev": "d02d818f22c777aa4e854efc3242ec451e5d462a",
2023-12-09 10:23:27 +01:00
"type": "github"
},
"original": {
"owner": "NixOS",
2023-12-16 11:59:35 +01:00
"ref": "nixos-23.11",
2023-12-09 10:23:27 +01:00
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs-unstable": {
"locked": {
2023-12-27 07:51:05 +01:00
"lastModified": 1703438236,
"narHash": "sha256-aqVBq1u09yFhL7bj1/xyUeJjzr92fXVvQSSEx6AdB1M=",
2023-02-04 08:49:52 +01:00
"owner": "nixos",
2022-09-16 22:44:43 +02:00
"repo": "nixpkgs",
2023-12-27 07:51:05 +01:00
"rev": "5f64a12a728902226210bf01d25ec6cbb9d9265b",
2022-09-16 22:44:43 +02:00
"type": "github"
},
"original": {
2023-02-04 08:49:52 +01:00
"owner": "nixos",
2022-09-16 22:44:43 +02:00
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nur": {
"locked": {
2023-12-27 07:51:05 +01:00
"lastModified": 1703659518,
"narHash": "sha256-MhYyeYf6vLB8Itrbfd6v8osQqxfo7RcHgNQUd2/KaqM=",
"owner": "nix-community",
"repo": "NUR",
2023-12-27 07:51:05 +01:00
"rev": "6561f85abf01b5f47ce49407d34ea7b3332d11a7",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "NUR",
"type": "github"
}
},
2022-09-16 22:44:43 +02:00
"root": {
"inputs": {
2022-12-17 20:06:38 +01:00
"agenix": "agenix",
2023-05-13 10:17:58 +02:00
"home-manager": "home-manager_2",
2023-12-16 11:59:35 +01:00
"home-manager-unstable": "home-manager-unstable",
2023-07-21 22:08:30 +02:00
"jovian-nixos": "jovian-nixos",
2023-10-15 08:47:04 +02:00
"microvm": "microvm",
"nixos-hardware": "nixos-hardware",
2023-12-16 11:59:35 +01:00
"nixpkgs": "nixpkgs",
2023-12-09 10:23:27 +01:00
"nixpkgs-unstable": "nixpkgs-unstable",
"nur": "nur"
2022-09-16 22:44:43 +02:00
}
2023-10-15 08:47:04 +02: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-12-27 07:51:05 +01: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"
}
2022-09-16 22:44:43 +02:00
}
},
"root": "root",
"version": 7
}