nixos/flake.lock

135 lines
3.4 KiB
Plaintext
Raw Normal View History

2021-10-14 13:07:05 +01:00
{
"nodes": {
"home-manager": {
"inputs": {
"nixpkgs": [
"nixpkgs"
2023-05-27 23:16:46 +01:00
]
2021-10-14 13:07:05 +01:00
},
"locked": {
2024-09-10 15:43:40 +01:00
"lastModified": 1725703823,
"narHash": "sha256-tDgM4d8mLK0Hd6YMB2w1BqMto1XBXADOzPEaLl10VI4=",
2022-10-14 13:18:57 +01:00
"owner": "nix-community",
2021-10-14 13:07:05 +01:00
"repo": "home-manager",
2024-09-10 15:43:40 +01:00
"rev": "208df2e558b73b6a1f0faec98493cb59a25f62ba",
2021-10-14 13:07:05 +01:00
"type": "github"
},
"original": {
2022-10-14 13:18:57 +01:00
"owner": "nix-community",
2024-06-01 11:41:26 +01:00
"ref": "release-24.05",
2021-10-14 13:07:05 +01:00
"repo": "home-manager",
"type": "github"
}
},
2024-02-21 11:43:26 +00:00
"local-unstable": {
"locked": {
"lastModified": 0,
2024-09-10 15:43:40 +01:00
"narHash": "sha256-xGb70My2Qaz8TBb1Qi8cG28r7QgEMaUgKmluvFLL3n0=",
2024-04-24 16:05:05 +01:00
"path": "/home/giulio/dev/nixpkgs",
2024-02-21 11:43:26 +00:00
"type": "path"
},
"original": {
2024-04-24 16:05:05 +01:00
"path": "/home/giulio/dev/nixpkgs",
2024-02-21 11:43:26 +00:00
"type": "path"
}
},
2021-10-14 13:07:05 +01:00
"nixos-unstable": {
"locked": {
2024-09-10 15:43:40 +01:00
"lastModified": 1725916572,
"narHash": "sha256-Bi1GF5GReoM0EZjCMVyULF/6ShGUF04sukiC55CrIiI=",
"owner": "NixOS",
2021-10-14 13:07:05 +01:00
"repo": "nixpkgs",
2024-09-10 15:43:40 +01:00
"rev": "d10b2b7ea8faa99794503aa6ab421ad1ef84faf0",
2021-10-14 13:07:05 +01:00
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "master",
2021-10-14 13:07:05 +01:00
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs": {
"locked": {
2024-09-10 15:43:40 +01:00
"lastModified": 1725907616,
"narHash": "sha256-yd/OA4gqu8Z9bwrXYi4l4GMZlGm8TVDhgdMZ18xoDmg=",
2021-10-14 13:07:05 +01:00
"owner": "NixOS",
"repo": "nixpkgs",
2024-09-10 15:43:40 +01:00
"rev": "bb41063b61dbfbabd499bb516ac06ab61a1f9012",
2021-10-14 13:07:05 +01:00
"type": "github"
},
"original": {
"owner": "NixOS",
2024-06-01 11:41:26 +01:00
"ref": "release-24.05",
2021-10-14 13:07:05 +01:00
"repo": "nixpkgs",
"type": "github"
}
},
2024-07-16 22:59:01 +01:00
"nvidia-patch": {
"inputs": {
"nixpkgs": [
"nixpkgs"
],
"utils": "utils"
},
"locked": {
2024-09-10 15:43:40 +01:00
"lastModified": 1725026322,
"narHash": "sha256-iZ0dDH4ORZX7htqIxVLh/Z1qbrYSXChKNpTT3lYdOWw=",
2024-07-16 22:59:01 +01:00
"owner": "icewind1991",
"repo": "nvidia-patch-nixos",
2024-09-10 15:43:40 +01:00
"rev": "ca48832c3b1bbfc87f3b734834643d59943d8c60",
2024-07-16 22:59:01 +01:00
"type": "github"
},
"original": {
"owner": "icewind1991",
"repo": "nvidia-patch-nixos",
"type": "github"
}
},
2021-10-14 13:07:05 +01:00
"root": {
"inputs": {
"home-manager": "home-manager",
2024-02-21 11:43:26 +00:00
"local-unstable": "local-unstable",
2021-10-14 13:07:05 +01:00
"nixos-unstable": "nixos-unstable",
2024-07-16 22:59:01 +01:00
"nixpkgs": "nixpkgs",
"nvidia-patch": "nvidia-patch"
}
},
"systems": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
},
"utils": {
"inputs": {
"systems": "systems"
},
"locked": {
"lastModified": 1710146030,
"narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
2022-10-13 17:08:15 +01:00
}
2021-10-14 13:07:05 +01:00
}
},
"root": "root",
"version": 7
}