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-02-06 18:27:01 +01:00
"lastModified": 1675637696,
"narHash": "sha256-tilJS8zCS3PaDfVOfsBZ4zspuam8tc7IMZxtGa/K/uo=",
2022-02-23 12:40:21 +01:00
"owner": "nix-community",
"repo": "home-manager",
2023-02-06 18:27:01 +01:00
"rev": "c43d4a3d6d9ef8ddbe2438362f5c775b4186000b",
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": {
2023-02-06 18:27:01 +01:00
"lastModified": 1675359654,
"narHash": "sha256-FPxzuvJkcO49g4zkWLSeuZkln54bLoTtrggZDJBH90I=",
2022-02-23 12:40:21 +01:00
"owner": "nix-community",
"repo": "impermanence",
2023-02-06 18:27:01 +01:00
"rev": "6138eb8e737bffabd4c8fc78ae015d4fd6a7e2fd",
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-02-06 18:27:01 +01:00
"lastModified": 1674550793,
"narHash": "sha256-ljJlIFQZwtBbzWqWTmmw2O5BFmQf1A/DspwMOQtGXHk=",
2022-05-24 09:47:14 +02:00
"owner": "NixOS",
"repo": "nixos-hardware",
2023-02-06 18:27:01 +01:00
"rev": "b7ac0a56029e4f9e6743b9993037a5aaafd57103",
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-02-06 18:27:01 +01:00
"lastModified": 1675545634,
"narHash": "sha256-TbQeQcM5TA/wIho6xtzG+inUfiGzUXi8ewwttiQWYJE=",
2022-02-23 12:40:21 +01:00
"owner": "NixOS",
"repo": "nixpkgs",
2023-02-06 18:27:01 +01:00
"rev": "0591d6b57bfeb55dfeec99a671843337bc2c3323",
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-06 18:27:01 +01:00
"lastModified": 1675600654,
"narHash": "sha256-ipsDTkzRq1CAl2g5tYd7ugjVMSKF6KLh9F+5Kso0lT0=",
2022-03-05 18:54:23 +01:00
"owner": "NixOS",
"repo": "nixpkgs",
2023-02-06 18:27:01 +01:00
"rev": "cff83d5032a21aad4f69bf284e95b5f564f4a54e",
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
}