nixos-config/flake.lock

263 lines
6.9 KiB
Plaintext
Raw Normal View History

2023-01-20 20:21:16 +01:00
{
"nodes": {
2023-12-29 23:44:37 +01:00
"flake-compat": {
"flake": false,
"locked": {
"lastModified": 1673956053,
"narHash": "sha256-4gtG9iQuiKITOjNQQeQIpoIB6b16fm+504Ch3sNKLd8=",
"owner": "edolstra",
"repo": "flake-compat",
"rev": "35bb57c0c8d8b62bbfd284272c928ceb64ddbde9",
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
}
},
"flake-utils": {
"inputs": {
"systems": "systems"
},
"locked": {
"lastModified": 1681202837,
"narHash": "sha256-H+Rh19JDwRtpVPAWp64F+rlEtxUWBAQW28eAi3SRSzg=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "cfacdce06f30d2b68473a46042957675eebb3401",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
2023-07-26 10:48:52 +02:00
"home-manager": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
2023-12-29 15:56:47 +01:00
"lastModified": 1703367386,
"narHash": "sha256-FMbm48UGrBfOWGt8+opuS+uLBLQlRfhiYXhHNcYMS5k=",
2023-07-26 10:48:52 +02:00
"owner": "nix-community",
"repo": "home-manager",
2023-12-29 15:56:47 +01:00
"rev": "d5824a76bc6bb93d1dce9ebbbcb09a9b6abcc224",
2023-07-26 10:48:52 +02:00
"type": "github"
},
"original": {
"owner": "nix-community",
2023-12-16 17:38:22 +01:00
"ref": "release-23.11",
2023-07-26 10:48:52 +02:00
"repo": "home-manager",
"type": "github"
}
},
"matrix-synapse-next": {
"inputs": {
"nixpkgs-lib": "nixpkgs-lib"
},
"locked": {
2023-12-16 17:38:22 +01:00
"lastModified": 1701507532,
"narHash": "sha256-Zzv8OFB7iilzDGe6z2t/j8qRtR23TN3N8LssGsvRWEA=",
"owner": "dali99",
"repo": "nixos-matrix-modules",
2023-12-16 17:38:22 +01:00
"rev": "046194cdadc50d81255a9c57789381ed1153e2b1",
"type": "github"
},
"original": {
"owner": "dali99",
"repo": "nixos-matrix-modules",
"type": "github"
}
},
2023-07-26 09:06:51 +02:00
"nix-darwin": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
2023-12-29 15:56:47 +01:00
"lastModified": 1703649338,
"narHash": "sha256-n2MkBotGgTQsfB+wH09R+otBwYCvGCsnHX7eUMGkKL0=",
2023-07-26 09:06:51 +02:00
"owner": "lnl7",
"repo": "nix-darwin",
2023-12-29 15:56:47 +01:00
"rev": "8a8321271f0835fae2cb195e1137cb381fdbcc8e",
2023-07-26 09:06:51 +02:00
"type": "github"
},
"original": {
"owner": "lnl7",
"ref": "master",
"repo": "nix-darwin",
"type": "github"
}
},
2023-12-29 23:44:37 +01:00
"nix-minecraft": {
"inputs": {
"flake-compat": "flake-compat",
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1703812100,
"narHash": "sha256-JN8qbWz6OPEEPwP+AmfAmlhPE19RqUqND6hGAeK2Od0=",
"owner": "Infinidoge",
"repo": "nix-minecraft",
"rev": "7d23e6f5635499a34d09950981cf42bb072f4fa2",
"type": "github"
},
"original": {
"owner": "Infinidoge",
"repo": "nix-minecraft",
"type": "github"
}
},
2023-01-20 20:21:16 +01:00
"nixpkgs": {
"locked": {
2023-12-29 23:44:37 +01:00
"lastModified": 1698318101,
"narHash": "sha256-gUihHt3yPD7bVqg+k/UVHgngyaJ3DMEBchbymBMvK1E=",
"owner": "nixos",
2023-01-20 20:21:16 +01:00
"repo": "nixpkgs",
2023-12-29 23:44:37 +01:00
"rev": "63678e9f3d3afecfeafa0acead6239cdb447574c",
2023-01-20 20:21:16 +01:00
"type": "github"
},
"original": {
2023-12-29 23:44:37 +01:00
"owner": "nixos",
"ref": "nixos-unstable",
2023-01-20 20:21:16 +01:00
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs-lib": {
"locked": {
"lastModified": 1673743903,
"narHash": "sha256-sloY6KYyVOozJ1CkbgJPpZ99TKIjIvM+04V48C04sMQ=",
"owner": "nix-community",
"repo": "nixpkgs.lib",
"rev": "7555e2dfcbac1533f047021f1744ac8871150f9f",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "nixpkgs.lib",
"type": "github"
}
},
2023-01-20 20:21:16 +01:00
"nixpkgs-stable": {
"locked": {
2023-12-29 15:56:47 +01:00
"lastModified": 1703351344,
"narHash": "sha256-9FEelzftkE9UaJ5nqxidaJJPEhe9TPhbypLHmc2Mysc=",
2023-01-20 20:21:16 +01:00
"owner": "NixOS",
"repo": "nixpkgs",
2023-12-29 15:56:47 +01:00
"rev": "7790e078f8979a9fcd543f9a47427eeaba38f268",
2023-01-20 20:21:16 +01:00
"type": "github"
},
"original": {
"owner": "NixOS",
2023-06-26 20:30:57 +02:00
"ref": "release-23.05",
2023-01-20 20:21:16 +01:00
"repo": "nixpkgs",
"type": "github"
}
},
2023-12-29 23:44:37 +01:00
"nixpkgs_2": {
"locked": {
"lastModified": 1703467016,
"narHash": "sha256-/5A/dNPhbQx/Oa2d+Get174eNI3LERQ7u6WTWOlR1eQ=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "d02d818f22c777aa4e854efc3242ec451e5d462a",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-23.11",
"repo": "nixpkgs",
"type": "github"
}
},
2023-01-20 20:21:16 +01:00
"root": {
"inputs": {
2023-07-26 10:48:52 +02:00
"home-manager": "home-manager",
"matrix-synapse-next": "matrix-synapse-next",
2023-07-26 09:06:51 +02:00
"nix-darwin": "nix-darwin",
2023-12-29 23:44:37 +01:00
"nix-minecraft": "nix-minecraft",
"nixpkgs": "nixpkgs_2",
2023-01-20 20:21:16 +01:00
"sops-nix": "sops-nix",
2023-10-15 03:51:20 +02:00
"unstable": "unstable",
"voyager-addons": "voyager-addons"
2023-01-20 20:21:16 +01:00
}
},
"sops-nix": {
"inputs": {
2023-04-15 20:44:47 +02:00
"nixpkgs": [
"nixpkgs"
],
2023-01-20 20:21:16 +01:00
"nixpkgs-stable": "nixpkgs-stable"
},
"locked": {
2023-12-29 15:56:47 +01:00
"lastModified": 1703387502,
"narHash": "sha256-JnWuQmyanPtF8c5yAEFXVWzaIlMxA3EAZCh8XNvnVqE=",
2023-01-20 20:21:16 +01:00
"owner": "Mic92",
"repo": "sops-nix",
2023-12-29 15:56:47 +01:00
"rev": "e523e89763ff45f0a6cf15bcb1092636b1da9ed3",
2023-01-20 20:21:16 +01:00
"type": "github"
},
"original": {
2023-04-15 20:44:47 +02:00
"owner": "Mic92",
"repo": "sops-nix",
"type": "github"
2023-01-20 20:21:16 +01:00
}
},
2023-12-29 23:44:37 +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-01-20 20:21:16 +01:00
"unstable": {
"locked": {
2023-12-29 15:56:47 +01:00
"lastModified": 1703438236,
"narHash": "sha256-aqVBq1u09yFhL7bj1/xyUeJjzr92fXVvQSSEx6AdB1M=",
2023-01-20 20:21:16 +01:00
"owner": "NixOS",
"repo": "nixpkgs",
2023-12-29 15:56:47 +01:00
"rev": "5f64a12a728902226210bf01d25ec6cbb9d9265b",
2023-01-20 20:21:16 +01:00
"type": "github"
},
"original": {
"owner": "NixOS",
2023-08-13 10:33:41 +02:00
"ref": "nixos-unstable",
2023-01-20 20:21:16 +01:00
"repo": "nixpkgs",
"type": "github"
}
2023-10-15 03:51:20 +02:00
},
"voyager-addons": {
"locked": {
"lastModified": 1704460893,
"narHash": "sha256-rK+GBsfkua1Ou4YHcpQciDOdeS3q23GfTit2SddgTv0=",
"ref": "refs/heads/main",
"rev": "238bcd33b3e2562fcf76f86348909990ddc3d6cc",
"revCount": 3,
"type": "git",
"url": "ssh://git@git.feal.no:2222/felixalb/voyager-addons.git"
},
"original": {
"type": "git",
"url": "ssh://git@git.feal.no:2222/felixalb/voyager-addons.git"
}
2023-01-20 20:21:16 +01:00
}
},
"root": "root",
"version": 7
}