fix(flake): make nix-gaming follow nixpkgs

hopefully it'll make things work better
This commit is contained in:
jacekpoz 2023-08-11 21:02:14 +02:00
parent 99b19d42f2
commit 3ab4287fbb
2 changed files with 32 additions and 43 deletions

View file

@ -489,7 +489,7 @@
"inputs": {
"flake-parts": "flake-parts_7",
"haskell-flake": "haskell-flake_2",
"nixpkgs": "nixpkgs_7"
"nixpkgs": "nixpkgs_6"
},
"locked": {
"lastModified": 1688568579,
@ -721,7 +721,7 @@
"hyprland_3": {
"inputs": {
"hyprland-protocols": "hyprland-protocols_3",
"nixpkgs": "nixpkgs_12",
"nixpkgs": "nixpkgs_11",
"wlroots": "wlroots_3",
"xdph": "xdph_3"
},
@ -844,7 +844,7 @@
"nix-eval-jobs": {
"inputs": {
"flake-parts": "flake-parts_8",
"nixpkgs": "nixpkgs_9",
"nixpkgs": "nixpkgs_8",
"treefmt-nix": "treefmt-nix"
},
"locked": {
@ -864,7 +864,9 @@
"nix-gaming": {
"inputs": {
"flake-parts": "flake-parts_5",
"nixpkgs": "nixpkgs_6"
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1691758651,
@ -974,7 +976,7 @@
"flake-compat": "flake-compat_4",
"lib-aggregate": "lib-aggregate",
"nix-eval-jobs": "nix-eval-jobs",
"nixpkgs": "nixpkgs_10",
"nixpkgs": "nixpkgs_9",
"nixpkgs_sirula": "nixpkgs_sirula"
},
"locked": {
@ -992,22 +994,6 @@
}
},
"nixpkgs_10": {
"locked": {
"lastModified": 1691654369,
"narHash": "sha256-gSILTEx1jRaJjwZxRlnu3ZwMn1FVNk80qlwiCX8kmpo=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "ce5e4a6ef2e59d89a971bc434ca8ca222b9c7f5e",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_11": {
"locked": {
"lastModified": 1682809678,
"narHash": "sha256-jqR8t82mWotOSgnWZvr6xXCO/tc3fCPTLMPvI7Jo5rA=",
@ -1023,7 +1009,7 @@
"type": "github"
}
},
"nixpkgs_12": {
"nixpkgs_11": {
"locked": {
"lastModified": 1688500189,
"narHash": "sha256-djYYiY4lzJOlXOnTHytH6BUugrxHDZjuGxTSrU4gt4M=",
@ -1104,22 +1090,6 @@
}
},
"nixpkgs_6": {
"locked": {
"lastModified": 1688221086,
"narHash": "sha256-cdW6qUL71cNWhHCpMPOJjlw0wzSRP0pVlRn2vqX/VVg=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "cd99c2b3c9f160cd004318e0697f90bbd5960825",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_7": {
"locked": {
"lastModified": 1688322751,
"narHash": "sha256-eW62dC5f33oKZL7VWlomttbUnOTHrAbte9yNUNW8rbk=",
@ -1135,7 +1105,7 @@
"type": "github"
}
},
"nixpkgs_8": {
"nixpkgs_7": {
"locked": {
"lastModified": 1691654369,
"narHash": "sha256-gSILTEx1jRaJjwZxRlnu3ZwMn1FVNk80qlwiCX8kmpo=",
@ -1151,7 +1121,7 @@
"type": "github"
}
},
"nixpkgs_9": {
"nixpkgs_8": {
"locked": {
"lastModified": 1691629382,
"narHash": "sha256-6bil2OX12qy2CD6dLDxSTKRu6aUKRZfT/Qw3pg1050Q=",
@ -1167,6 +1137,22 @@
"type": "github"
}
},
"nixpkgs_9": {
"locked": {
"lastModified": 1691654369,
"narHash": "sha256-gSILTEx1jRaJjwZxRlnu3ZwMn1FVNk80qlwiCX8kmpo=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "ce5e4a6ef2e59d89a971bc434ca8ca222b9c7f5e",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_sirula": {
"locked": {
"lastModified": 1682879489,
@ -1211,7 +1197,7 @@
"neovim-nightly-overlay": "neovim-nightly-overlay",
"nix-gaming": "nix-gaming",
"nixpak": "nixpak",
"nixpkgs": "nixpkgs_8",
"nixpkgs": "nixpkgs_7",
"nixpkgs-wayland": "nixpkgs-wayland",
"nur": "nur",
"shadower": "shadower",
@ -1282,7 +1268,7 @@
"shadower": {
"inputs": {
"naersk": "naersk",
"nixpkgs": "nixpkgs_11"
"nixpkgs": "nixpkgs_10"
},
"locked": {
"lastModified": 1683924844,

View file

@ -32,7 +32,10 @@
conduit.url = "gitlab:famedly/conduit/next";
nix-gaming.url = "github:fufexan/nix-gaming";
nix-gaming = {
url = "github:fufexan/nix-gaming";
inputs.nixpkgs.follows = "nixpkgs";
};
nur.url = "github:nix-community/NUR";