nix-config/flake.lock

136 lines
3.4 KiB
Plaintext
Raw Normal View History

2022-02-23 12:40:21 +01:00
{
"nodes": {
2022-07-11 16:46:10 +02:00
"darwin": {
2022-02-23 12:40:21 +01:00
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
2023-01-21 17:01:08 +01:00
"lastModified": 1673295039,
"narHash": "sha256-AsdYgE8/GPwcelGgrntlijMg4t3hLFJFCRF3tL5WVjA=",
2022-07-11 16:46:10 +02:00
"owner": "lnl7",
"repo": "nix-darwin",
2023-01-21 17:01:08 +01:00
"rev": "87b9d090ad39b25b2400029c64825fc2a8868943",
2022-07-11 16:46:10 +02:00
"type": "github"
},
"original": {
"owner": "lnl7",
"ref": "master",
"repo": "nix-darwin",
"type": "github"
}
},
"home-manager": {
"inputs": {
"nixpkgs": [
"nixpkgs"
],
"utils": "utils"
},
"locked": {
2023-01-21 17:01:08 +01:00
"lastModified": 1674250603,
"narHash": "sha256-SBolFspxBHpW3hCCDNAFXUiO2mucmkVmf17UmSIK3Cs=",
2022-02-23 12:40:21 +01:00
"owner": "nix-community",
"repo": "home-manager",
2023-01-21 17:01:08 +01:00
"rev": "275ab728912006eecb549338a50f24f294a7cfb7",
2022-02-23 12:40:21 +01:00
"type": "github"
},
"original": {
"owner": "nix-community",
2022-03-05 18:54:23 +01:00
"ref": "master",
2022-02-23 12:40:21 +01:00
"repo": "home-manager",
"type": "github"
}
},
"impermanence": {
"locked": {
2022-11-22 17:44:57 +01:00
"lastModified": 1668668915,
"narHash": "sha256-QjY4ZZbs9shwO4LaLpvlU2bO9J1juYhO9NtV3nrbnYQ=",
2022-02-23 12:40:21 +01:00
"owner": "nix-community",
"repo": "impermanence",
2022-11-22 17:44:57 +01:00
"rev": "5df9108b346f8a42021bf99e50de89c9caa251c3",
2022-02-23 12:40:21 +01:00
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "impermanence",
"type": "github"
}
},
2022-05-24 09:47:14 +02:00
"nixos-hardware": {
"locked": {
2023-01-21 17:01:08 +01:00
"lastModified": 1673803274,
"narHash": "sha256-zaJDlHFXewT4KUsidMpRcPE+REymGH1Y3Eoc3Pjv4Xs=",
2022-05-24 09:47:14 +02:00
"owner": "NixOS",
"repo": "nixos-hardware",
2023-01-21 17:01:08 +01:00
"rev": "7bd6b87b3712e68007823e8dd5c37ee9b114fee3",
2022-05-24 09:47:14 +02:00
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "master",
"repo": "nixos-hardware",
"type": "github"
}
},
2022-02-23 12:40:21 +01:00
"nixpkgs": {
"locked": {
2023-01-21 17:01:08 +01:00
"lastModified": 1674120619,
"narHash": "sha256-xLT1FQl7/jNPOEq5q/vmc3AExt1V9LtcjM+QY2+MUpA=",
2022-02-23 12:40:21 +01:00
"owner": "NixOS",
"repo": "nixpkgs",
2023-01-21 17:01:08 +01:00
"rev": "d7705c01ef0a39c8ef532d1033bace8845a07d35",
2022-02-23 12:40:21 +01:00
"type": "github"
},
"original": {
"id": "nixpkgs",
"ref": "nixos-unstable",
"type": "indirect"
}
},
2022-03-05 18:54:23 +01:00
"nixpkgs-stable": {
"locked": {
2023-02-03 17:40:49 +01:00
"lastModified": 1674971084,
"narHash": "sha256-YxBWj2t75Jun+NJUwr2vvtcfLwvGcazSo+pnNxpt+tU=",
2022-03-05 18:54:23 +01:00
"owner": "NixOS",
"repo": "nixpkgs",
2023-02-03 17:40:49 +01:00
"rev": "22c4a7a4796a91c297a7e59078a84ec29515f86e",
2022-03-05 18:54:23 +01:00
"type": "github"
},
"original": {
"id": "nixpkgs",
2023-02-03 17:40:49 +01:00
"ref": "nixos-22.11",
2022-03-05 18:54:23 +01:00
"type": "indirect"
}
},
2022-02-23 12:40:21 +01:00
"root": {
"inputs": {
2022-07-11 16:46:10 +02:00
"darwin": "darwin",
2022-02-23 12:40:21 +01:00
"home-manager": "home-manager",
"impermanence": "impermanence",
2022-05-24 09:47:14 +02:00
"nixos-hardware": "nixos-hardware",
2022-03-05 18:54:23 +01:00
"nixpkgs": "nixpkgs",
"nixpkgs-stable": "nixpkgs-stable"
2022-02-23 12:40:21 +01:00
}
2022-07-11 16:46:10 +02:00
},
"utils": {
"locked": {
2022-11-06 12:48:57 +01:00
"lastModified": 1667395993,
"narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=",
2022-07-11 16:46:10 +02:00
"owner": "numtide",
"repo": "flake-utils",
2022-11-06 12:48:57 +01:00
"rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f",
2022-07-11 16:46:10 +02:00
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
2022-02-23 12:40:21 +01:00
}
},
"root": "root",
"version": 7
}