amaan can't into kernel
do 400 pushups per cache miss idiot
This commit is contained in:
parent
848ed62c5d
commit
4921973b9a
34 changed files with 3240 additions and 605 deletions
45
flake.nix
45
flake.nix
|
|
@ -4,7 +4,8 @@
|
|||
outputs = _: { };
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs";
|
||||
# nixpkgs.url = "github:NixOS/nixpkgs";
|
||||
nixpkgs.follows = "bunker/nixpkgs";
|
||||
nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-25.11";
|
||||
|
||||
nix-index-database.url = "github:Mic92/nix-index-database";
|
||||
|
|
@ -13,12 +14,7 @@
|
|||
|
||||
meat = {
|
||||
url = "atagen:meat";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
culr = {
|
||||
url = "atagen:culr";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.nixpkgs.follows = "bunker/nixpkgs";
|
||||
};
|
||||
|
||||
hudcore.url = "atagen:hudcore-plymouth";
|
||||
|
|
@ -26,7 +22,7 @@
|
|||
|
||||
niri-tag = {
|
||||
url = "atagen:niri-tag";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.nixpkgs.follows = "bunker/nixpkgs";
|
||||
};
|
||||
|
||||
angrr.url = "github:linyinfeng/angrr";
|
||||
|
|
@ -35,7 +31,7 @@
|
|||
|
||||
qstn = {
|
||||
url = "atagen:qstn";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.nixpkgs.follows = "bunker/nixpkgs";
|
||||
};
|
||||
|
||||
__flake-compat = {
|
||||
|
|
@ -45,55 +41,58 @@
|
|||
|
||||
yoke = {
|
||||
url = "atagen:yoke";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.nixpkgs.follows = "bunker/nixpkgs";
|
||||
};
|
||||
|
||||
run0-shim = {
|
||||
url = "github:lordgrimmauld/run0-sudo-shim";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.nixpkgs.follows = "bunker/nixpkgs";
|
||||
};
|
||||
|
||||
bunker.url = "amaan:bunker-patches";
|
||||
|
||||
stasis.url = "github:saltnpepper97/stasis";
|
||||
|
||||
niri-s76.url = "atagen:niri-s76-bridge";
|
||||
|
||||
helium.url = "amaan:helium-flake";
|
||||
|
||||
nil = {
|
||||
url = "github:atagen/nil";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.nixpkgs.follows = "bunker/nixpkgs";
|
||||
};
|
||||
|
||||
nix-scope-plugin = {
|
||||
url = "atagen:nix-scope-plugin";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.nixpkgs.follows = "bunker/nixpkgs";
|
||||
};
|
||||
|
||||
nix-shorturl-plugin = {
|
||||
url = "atagen:nix-shorturl-plugin";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.nixpkgs.follows = "bunker/nixpkgs";
|
||||
};
|
||||
|
||||
stash.url = "github:notashelf/stash";
|
||||
wry = {
|
||||
url = "kosslan:wry/jay";
|
||||
# url = "path:/home/bolt/code/wry";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
# url = "kosslan:wry/jay";
|
||||
url = "path:/home/bolt/code/wry";
|
||||
# inputs.nixpkgs.follows = "bunker/nixpkgs";
|
||||
};
|
||||
|
||||
tuigreet.url = "github:notashelf/tuigreet/fa44a85b65fb86984cb17de05208b46d1bd1b407";
|
||||
# tuigreet.url = "github:notashelf/tuigreet";
|
||||
tuigreet.url = "path:/home/bolt/code/etc/tuigreet";
|
||||
|
||||
inshellah = {
|
||||
# url = "path:/home/bolt/code/inshellah";
|
||||
url = "atagen:inshellah";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.nixpkgs.follows = "bunker/nixpkgs";
|
||||
};
|
||||
|
||||
qtengine = {
|
||||
url = "github:kossLAN/qtengine";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.nixpkgs.follows = "bunker/nixpkgs";
|
||||
};
|
||||
|
||||
nixos-core = {
|
||||
url = "github:feel-co/nixos-core";
|
||||
inputs.nixpkgs.follows = "bunker/nixpkgs";
|
||||
};
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue