nix-conf/flake.lock

181 lines
4.8 KiB
Plaintext
Raw Normal View History

2024-08-16 10:36:55 -04:00
{
"nodes": {
2024-11-03 21:23:34 -05:00
"flake-parts": {
"inputs": {
"nixpkgs-lib": "nixpkgs-lib"
},
"locked": {
"lastModified": 1727826117,
"narHash": "sha256-K5ZLCyfO/Zj9mPFldf3iwS6oZStJcU4tSpiXTMYaaL0=",
"owner": "hercules-ci",
"repo": "flake-parts",
"rev": "3d04084d54bedc3d6b8b736c70ef449225c361b1",
"type": "github"
},
"original": {
"owner": "hercules-ci",
"repo": "flake-parts",
"type": "github"
}
},
2024-10-22 21:40:59 -04:00
"flake-programs-sqlite": {
"inputs": {
"nixpkgs": [
"nixpkgs"
],
"utils": "utils"
},
"locked": {
2024-10-24 17:42:01 -04:00
"lastModified": 1729776962,
"narHash": "sha256-+aVNtTBq61XMr5fmRluwfbv624axzV5Y6DxLaww71ZI=",
2024-10-22 21:40:59 -04:00
"owner": "wamserma",
"repo": "flake-programs-sqlite",
2024-10-24 17:42:01 -04:00
"rev": "34923154bf9ab189bd24499c265c0c90a41327ab",
2024-10-22 21:40:59 -04:00
"type": "github"
},
"original": {
"owner": "wamserma",
"repo": "flake-programs-sqlite",
"type": "github"
}
},
2024-08-23 14:52:05 -04:00
"home-manager": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
2024-10-24 17:42:01 -04:00
"lastModified": 1729716953,
"narHash": "sha256-FbRKGRRd0amsk/WS/UV9ukJ8jT1dZ2pJBISxkX+uq6A=",
2024-08-23 14:52:05 -04:00
"owner": "nix-community",
"repo": "home-manager",
2024-10-24 17:42:01 -04:00
"rev": "a4353cc43d1b4dd6bdeacea90eb92a8b7b78a9d7",
2024-08-23 14:52:05 -04:00
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "home-manager",
"type": "github"
}
},
2024-11-03 21:23:34 -05:00
"nix-gaming": {
"inputs": {
"flake-parts": "flake-parts",
"nixpkgs": [
"nixpkgs"
],
"umu": "umu"
},
"locked": {
"lastModified": 1730425644,
"narHash": "sha256-dfxO6mkn1KkotGQXV93m/2MoS9ayLUwaIIbR3mReLd0=",
"owner": "fufexan",
"repo": "nix-gaming",
"rev": "bcc7c896b56ccd644ca2daea74dac05c1731f59d",
"type": "github"
},
"original": {
"owner": "fufexan",
"repo": "nix-gaming",
"type": "github"
}
},
2024-08-16 10:36:55 -04:00
"nixpkgs": {
"locked": {
2024-10-24 17:42:01 -04:00
"lastModified": 1729665710,
"narHash": "sha256-AlcmCXJZPIlO5dmFzV3V2XF6x/OpNWUV8Y/FMPGd8Z4=",
2024-08-16 10:36:55 -04:00
"owner": "NixOS",
"repo": "nixpkgs",
2024-10-24 17:42:01 -04:00
"rev": "2768c7d042a37de65bb1b5b3268fc987e534c49d",
2024-10-04 20:07:34 -04:00
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
2024-11-03 21:23:34 -05:00
"nixpkgs-lib": {
"locked": {
"lastModified": 1727825735,
"narHash": "sha256-0xHYkMkeLVQAMa7gvkddbPqpxph+hDzdu1XdGPJR+Os=",
"type": "tarball",
"url": "https://github.com/NixOS/nixpkgs/archive/fb192fec7cc7a4c26d51779e9bab07ce6fa5597a.tar.gz"
},
"original": {
"type": "tarball",
"url": "https://github.com/NixOS/nixpkgs/archive/fb192fec7cc7a4c26d51779e9bab07ce6fa5597a.tar.gz"
}
},
2024-10-04 20:07:34 -04:00
"nixpkgs-stable": {
"locked": {
2024-10-24 17:42:01 -04:00
"lastModified": 1729691686,
"narHash": "sha256-BAuPWW+9fa1moZTU+jFh+1cUtmsuF8asgzFwejM4wac=",
2024-10-04 20:07:34 -04:00
"owner": "NixOS",
"repo": "nixpkgs",
2024-10-24 17:42:01 -04:00
"rev": "32e940c7c420600ef0d1ef396dc63b04ee9cad37",
2024-08-16 10:36:55 -04:00
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-24.05",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
2024-10-22 21:40:59 -04:00
"flake-programs-sqlite": "flake-programs-sqlite",
2024-08-23 14:52:05 -04:00
"home-manager": "home-manager",
2024-11-03 21:23:34 -05:00
"nix-gaming": "nix-gaming",
2024-10-04 20:07:34 -04:00
"nixpkgs": "nixpkgs",
"nixpkgs-stable": "nixpkgs-stable"
2024-08-16 10:36:55 -04:00
}
2024-10-22 21:40:59 -04:00
},
2024-11-03 21:23:34 -05:00
"umu": {
"inputs": {
"nixpkgs": [
"nix-gaming",
"nixpkgs"
]
},
"locked": {
"dir": "packaging/nix",
"lastModified": 1729978972,
"narHash": "sha256-Zox0iAi4CRPn4rxrhOetFFZ2jcSipe8tGD8nMTgcjhE=",
"ref": "refs/heads/main",
"rev": "72499f349ca81cb2838eced9d7c465b2cf71c4a2",
"revCount": 825,
"submodules": true,
"type": "git",
"url": "https://github.com/Open-Wine-Components/umu-launcher/?dir=packaging/nix"
},
"original": {
"dir": "packaging/nix",
"submodules": true,
"type": "git",
"url": "https://github.com/Open-Wine-Components/umu-launcher/?dir=packaging/nix"
}
},
2024-10-22 21:40:59 -04:00
"utils": {
"locked": {
"lastModified": 1678901627,
"narHash": "sha256-U02riOqrKKzwjsxc/400XnElV+UtPUQWpANPlyazjH0=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "93a2b84fc4b70d9e089d029deacc3583435c2ed6",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
2024-08-16 10:36:55 -04:00
}
},
"root": "root",
"version": 7
}