diff --git a/flake.lock b/flake.lock index 493fe89..d987117 100644 --- a/flake.lock +++ b/flake.lock @@ -333,6 +333,21 @@ } }, "flake-utils_7": { + "locked": { + "lastModified": 1659877975, + "narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "c0e246b9b83f637f4681389ecabcb2681b4f3af0", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "flake-utils_8": { "inputs": { "systems": "systems_5" }, @@ -350,7 +365,7 @@ "type": "github" } }, - "flake-utils_8": { + "flake-utils_9": { "locked": { "lastModified": 1667395993, "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", @@ -419,6 +434,27 @@ "type": "github" } }, + "nixGL": { + "inputs": { + "flake-utils": "flake-utils_7", + "nixpkgs": [ + "nixpkgs-unstable" + ] + }, + "locked": { + "lastModified": 1685908677, + "narHash": "sha256-E4zUPEUFyVWjVm45zICaHRpfGepfkE9Z2OECV9HXfA4=", + "owner": "guibou", + "repo": "nixGL", + "rev": "489d6b095ab9d289fe11af0219a9ff00fe87c7c5", + "type": "github" + }, + "original": { + "owner": "guibou", + "repo": "nixGL", + "type": "github" + } + }, "nixpkgs": { "locked": { "lastModified": 1677383253, @@ -551,7 +587,7 @@ "inputs": { "agenix": "agenix", "crane": "crane", - "flake-utils": "flake-utils_7", + "flake-utils": "flake-utils_8", "nixpkgs": [ "nixpkgs-unstable" ], @@ -581,6 +617,7 @@ "home-manager-stable": "home-manager-stable", "home-manager-unstable": "home-manager-unstable", "impermanence": "impermanence", + "nixGL": "nixGL", "nixpkgs-mine": "nixpkgs-mine", "nixpkgs-mine-stable": "nixpkgs-mine-stable", "nixpkgs-stable": "nixpkgs-stable", @@ -616,7 +653,7 @@ }, "sharry": { "inputs": { - "flake-utils": "flake-utils_8", + "flake-utils": "flake-utils_9", "nixpkgs": [ "nixpkgs-unstable" ] diff --git a/flake.nix b/flake.nix index 3720d98..b1833f1 100644 --- a/flake.nix +++ b/flake.nix @@ -26,6 +26,8 @@ impermanence.url = "github:nix-community/impermanence"; boardie.url = "github:devplayer0/boardie"; boardie.inputs.nixpkgs.follows = "nixpkgs-unstable"; + nixGL.url = "github:guibou/nixGL"; + nixGL.inputs.nixpkgs.follows = "nixpkgs-unstable"; # Packages not in nixpkgs sharry.url = "github:eikek/sharry"; diff --git a/home-manager/modules/common.nix b/home-manager/modules/common.nix index de6bd05..861a46d 100644 --- a/home-manager/modules/common.nix +++ b/home-manager/modules/common.nix @@ -219,6 +219,7 @@ in overlays = [ inputs.deploy-rs.overlay inputs.boardie.overlays.default + inputs.nixGL.overlays.default ]; config = { allowUnfree = true;