Add nixpkgs staging

This commit is contained in:
traxys 2023-08-19 18:53:53 +02:00
parent ded888151e
commit 8b837876fe
2 changed files with 19 additions and 0 deletions

16
flake.lock generated
View file

@ -636,6 +636,21 @@
"type": "github"
}
},
"nixpkgs-traxys": {
"locked": {
"lastModified": 1692440269,
"narHash": "sha256-hGUw17UrcJ9U4wjD6f9gXy4/MnRRfs2kf+Gv9QyoDac=",
"owner": "traxys",
"repo": "nixpkgs",
"rev": "56cf520222eb7720d22f7f731819ceb7337c7212",
"type": "github"
},
"original": {
"owner": "traxys",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_10": {
"locked": {
"lastModified": 1662096612,
@ -1776,6 +1791,7 @@
"nix-index-database": "nix-index-database_2",
"nix-ld": "nix-ld",
"nixpkgs": "nixpkgs_6",
"nixpkgs-traxys": "nixpkgs-traxys",
"nur": "nur",
"nvim-traxys": "nvim-traxys",
"powerlevel10k": "powerlevel10k",

View file

@ -3,6 +3,7 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs-traxys.url = "github:traxys/nixpkgs";
nix-gaming.url = "github:fufexan/nix-gaming";
home-manager = {
url = "github:nix-community/home-manager";
@ -52,6 +53,7 @@
self,
home-manager,
nixpkgs,
nixpkgs-traxys,
...
} @ inputs: let
sources = system:
@ -70,6 +72,7 @@
raclette = inputs.raclette.defaultPackage."${system}";
neovimTraxys = inputs.nvim-traxys.packages."${system}".nvim;
roaming_proxy = inputs.roaming_proxy.defaultPackage."${system}";
inherit (nixpkgs-traxys.legacyPackages."${system}") djlint;
};
extraInfo = import ./extra_info.nix;