nixos-configuration/flake.lock
Valentin Brandl 693f0691af flake.lock: Update
Flake lock file changes:

• Updated input 'home-manager':
    'github:nix-community/home-manager/0304f0f58b4c538ff704c58d53a778b062810ec7' (2022-05-02)
  → 'github:nix-community/home-manager/267462dfb36d447421c789a3adf9d460cd09c147' (2022-05-04)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/fd3e33d696b81e76b30160dfad2efb7ac1f19879' (2022-04-30)
  → 'github:nixos/nixpkgs/fd43ce017d4c95f47166d28664a004f57458a0b1' (2022-05-03)
2022-05-04 11:49:49 +02:00

65 lines
1.5 KiB
JSON

{
"nodes": {
"flake-utils": {
"locked": {
"lastModified": 1649676176,
"narHash": "sha256-OWKJratjt2RW151VUlJPRALb7OU2S5s+f0vLj4o1bHM=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "a4b154ebbdc88c8498a5c7b01589addc9e9cb678",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"home-manager": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1651652192,
"narHash": "sha256-3FUsIJ81p57rOxODRVZ+anhnVav96VWbgNA1H3Np+TY=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "267462dfb36d447421c789a3adf9d460cd09c147",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "home-manager",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1651571855,
"narHash": "sha256-KZie6c2J2DUPLjG2PkYSwGLvD6RygA3TxZSPQpctbNI=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "fd43ce017d4c95f47166d28664a004f57458a0b1",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-21.11",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"flake-utils": "flake-utils",
"home-manager": "home-manager",
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
"version": 7
}