Avoid using nixpkgs staging

This commit is contained in:
Quentin Boyer 2025-01-06 21:30:48 +01:00
parent cd1a6b06e0
commit 60ec5b88ff
3 changed files with 10 additions and 10 deletions

16
flake.lock generated
View file

@ -962,18 +962,18 @@
"type": "github"
}
},
"nixpkgs-staging": {
"nixpkgs-ts": {
"locked": {
"lastModified": 1735513553,
"narHash": "sha256-gy0yBLs9Y6fNe7E5Rh+mFdU29XqjfyIaaHsZFlsOudQ=",
"owner": "nixos",
"lastModified": 1736195135,
"narHash": "sha256-k3Q/Gn8T51qv88d86yeOg/UE/H3Vka4IWslAtinMp0s=",
"owner": "traxys",
"repo": "nixpkgs",
"rev": "84758abe5ac20edd899ad048e586d18ea1e8c911",
"rev": "a1c7c71d3840135700a23eb143094aae17d25f66",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "staging",
"owner": "traxys",
"ref": "ts",
"repo": "nixpkgs",
"type": "github"
}
@ -1325,7 +1325,7 @@
"nix-ld": "nix-ld",
"nixos-cosmic": "nixos-cosmic",
"nixpkgs": "nixpkgs_11",
"nixpkgs-staging": "nixpkgs-staging",
"nixpkgs-ts": "nixpkgs-ts",
"nixvim": "nixvim",
"nur": "nur",
"raclette": "raclette",

View file

@ -3,7 +3,7 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs-staging.url = "github:nixos/nixpkgs/staging";
nixpkgs-ts.url = "github:traxys/nixpkgs/ts";
nix-gaming = {
url = "github:fufexan/nix-gaming";
inputs.nixpkgs.follows = "nixpkgs";

View file

@ -20,7 +20,7 @@
pkgs = pkgs.extend (
final: prev:
{
inherit (inputs'.nixpkgs-staging.legacyPackages) tree-sitter;
inherit (inputs'.nixpkgs-ts.legacyPackages) tree-sitter;
vimPlugins = prev.vimPlugins.extend (
final': prev': {
vim-headerguard = prev.vimUtils.buildVimPlugin {