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-08-30 12:40:43 +02:00
"lastModified": 1661762118,
"narHash": "sha256-+kQvys2HuLwQBkpN2AoVl4pFQx2MQ7o0jjNdGu2dIV4=",
2022-07-11 16:46:10 +02:00
"owner": "lnl7",
"repo": "nix-darwin",
2022-08-30 12:40:43 +02:00
"rev": "157a3c3c4ea482317a4eb4ea2c41db4f16c82420",
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": {
2022-08-30 12:40:43 +02:00
"lastModified": 1661824092,
"narHash": "sha256-nSWLWytlXbeLrx5A+r5Pso7CvVrX5EgmIIXW/EXvPHQ=",
2022-02-23 12:40:21 +01:00
"owner": "nix-community",
"repo": "home-manager",
2022-08-30 12:40:43 +02:00
"rev": "5bd66dc6cd967033489c69d486402b75d338eeb6",
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-08-30 12:40:43 +02:00
"lastModified": 1661590580,
"narHash": "sha256-XoPSucNvccnT50LWme/7BiENZDwr8tArEg36OGQFFnA=",
2022-02-23 12:40:21 +01:00
"owner": "nix-community",
"repo": "impermanence",
2022-08-30 12:40:43 +02:00
"rev": "2237ad28093cb53ad2eb0fd1a9f870997287e0fa",
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-08-17 00:06:38 +02:00
"lastModified": 1660407119,
"narHash": "sha256-04lWO0pDbhAXFdL4v2VzzwgxrZ5IefKn+TmZPiPeKxg=",
2022-05-24 09:47:14 +02:00
"owner": "NixOS",
"repo": "nixos-hardware",
2022-08-17 00:06:38 +02:00
"rev": "12620020f76b1b5d2b0e6fbbda831ed4f5fe56e1",
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-08-30 12:40:43 +02:00
"lastModified": 1661720780,
"narHash": "sha256-AJNGyaB2eKZAYaPNjBZOzap87yL+F9ZLaFzzMkvega0=",
2022-02-23 12:40:21 +01:00
"owner": "NixOS",
"repo": "nixpkgs",
2022-08-30 12:40:43 +02:00
"rev": "a63021a330d8d33d862a8e29924b42d73037dd37",
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-08-17 00:06:38 +02:00
"lastModified": 1659446231,
"narHash": "sha256-hekabNdTdgR/iLsgce5TGWmfIDZ86qjPhxDg/8TlzhE=",
2022-03-05 18:54:23 +01:00
"owner": "NixOS",
"repo": "nixpkgs",
2022-08-17 00:06:38 +02:00
"rev": "eabc38219184cc3e04a974fe31857d8e0eac098d",
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
}