mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-05-14 06:45:06 +02:00
Avoid using nixpkgs staging
This commit is contained in:
parent
cd1a6b06e0
commit
60ec5b88ff
3 changed files with 10 additions and 10 deletions
16
flake.lock
generated
16
flake.lock
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue