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": {
2022-07-11 16:46:10 +02:00
"lastModified": 1651916036,
"narHash": "sha256-UuD9keUGm4IuVEV6wdSYbuRm7CwfXE63hVkzKDjVsh4=",
"owner": "lnl7",
"repo": "nix-darwin",
"rev": "2f2bdf658d2b79bada78dc914af99c53cad37cba",
"type": "github"
},
"original": {
"owner": "lnl7",
"ref": "master",
"repo": "nix-darwin",
"type": "github"
}
},
"home-manager": {
"inputs": {
"nixpkgs": [
"nixpkgs"
],
"utils": "utils"
},
"locked": {
2022-07-12 12:39:20 +02:00
"lastModified": 1657620121,
"narHash": "sha256-/F1KpOMy3FISxS7lEyQuDBUQB6cBFeR4ajQwhBepHCQ=",
2022-02-23 12:40:21 +01:00
"owner": "nix-community",
"repo": "home-manager",
2022-07-12 12:39:20 +02:00
"rev": "45ef70cc73540fbf9718cce5da65e2aa6e7ab2f7",
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-03-05 18:54:23 +01:00
"lastModified": 1646131459,
"narHash": "sha256-GPmgxvUFvQ1GmsGfWHy9+rcxWrczeDhS9XnAIPHi9XQ=",
2022-02-23 12:40:21 +01:00
"owner": "nix-community",
"repo": "impermanence",
2022-03-05 18:54:23 +01:00
"rev": "2f39baeb7d039fda5fc8225111bb79474138e6f4",
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": {
2022-07-11 16:46:10 +02:00
"lastModified": 1656933710,
"narHash": "sha256-SVG8EqY1OTJWBRY4hpct2ZR2Rk0L8hCFkug3m0ABoZE=",
2022-05-24 09:47:14 +02:00
"owner": "NixOS",
"repo": "nixos-hardware",
2022-07-11 16:46:10 +02:00
"rev": "3bf48d3587d3f34f745a19ebc968b002ef5b5c5a",
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": {
2022-07-11 16:46:10 +02:00
"lastModified": 1657447684,
"narHash": "sha256-FCP9AuU1q6PE3vOeM5SFf58f/UKPBAsoSGDUGamNBbo=",
2022-02-23 12:40:21 +01:00
"owner": "NixOS",
"repo": "nixpkgs",
2022-07-11 16:46:10 +02:00
"rev": "5f43d8b088d3771274bcfb69d3c7435b1121ac88",
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": {
2022-07-11 16:46:10 +02:00
"lastModified": 1656782578,
"narHash": "sha256-1eMCBEqJplPotTo/SZ/t5HU6Sf2I8qKlZi9MX7jv9fw=",
2022-03-05 18:54:23 +01:00
"owner": "NixOS",
"repo": "nixpkgs",
2022-07-11 16:46:10 +02:00
"rev": "573603b7fdb9feb0eb8efc16ee18a015c667ab1b",
2022-03-05 18:54:23 +01:00
"type": "github"
},
"original": {
"id": "nixpkgs",
"ref": "nixos-21.11",
"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": {
"lastModified": 1653893745,
"narHash": "sha256-0jntwV3Z8//YwuOjzhV2sgJJPt+HY6KhU7VZUL0fKZQ=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "1ed9fb1935d260de5fe1c2f7ee0ebaae17ed2fa1",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
2022-02-23 12:40:21 +01:00
}
},
"root": "root",
"version": 7
}