# Shorturl schemes — read by `meat fresh` only. The Nix evaluator never # resolves a shorturl; only the resolved URL appears in pins.lock.json. [shorturls] atagen = "git+https://git.lobotomise.me/atagen/{path}" amaan = "github:amaanq/{path}" kosslan = "git+ssh://git@git.kosslan.dev/{path}" wry = "git+ssh://forgejo@git.wry.land/{path}" # ---- inputs -------------------------------------------------------------- # Each [inputs.] block declares a top-level pin. Fields: # url (required) shorturl ok; meat expands before resolving # flake (optional) default true; false = expose source path # follows (optional) { childInputName = "topLevelPinName" } override map # dir (optional) subdirectory containing flake.nix # submodules (optional) fetch git submodules [inputs.nixpkgs] url = "github:NixOS/nixpkgs/nixos-unstable" [inputs.nixpkgs-stable] url = "github:NixOS/nixpkgs/nixos-25.11" [inputs.nix-index-database] url = "github:Mic92/nix-index-database" [inputs.nix-rice] url = "github:bertof/nix-rice" [inputs.meat] url = "atagen:meat" follows = { nixpkgs = "nixpkgs" } [inputs.hudcore] url = "atagen:hudcore-plymouth" [inputs.niri] url = "github:sodiboo/niri-flake" [inputs.niri-tag] url = "atagen:niri-tag" follows = { nixpkgs = "nixpkgs" } [inputs.angrr] url = "github:linyinfeng/angrr" [inputs.arbys] url = "atagen:arbys" [inputs.qstn] url = "atagen:qstn" follows = { nixpkgs = "nixpkgs" } [inputs.run0-shim] url = "github:lordgrimmauld/run0-sudo-shim" follows = { nixpkgs = "nixpkgs" } [inputs.niri-s76] url = "atagen:niri-s76-bridge" [inputs.helium] url = "amaan:helium-flake" [inputs.stash] url = "github:notashelf/stash" [inputs.wry] url = "wry:wry/wry" follows = { nixpkgs = "nixpkgs" } [inputs.toes] url = "wry:entailz/toes" flake = false [inputs.tuigreet] url = "github:notashelf/tuigreet" [inputs.rom] url = "github:feel-co/rom" [inputs.inshellah] url = "atagen:inshellah" follows = { nixpkgs = "nixpkgs" } [inputs.qtengine] url = "github:kossLAN/qtengine" follows = { nixpkgs = "nixpkgs" } [inputs.nixos-core] url = "github:feel-co/nixos-core" follows = { nixpkgs = "nixpkgs" }