This repository was archived by the owner on Apr 4, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinputs.nix
More file actions
31 lines (30 loc) · 1.28 KB
/
Copy pathinputs.nix
File metadata and controls
31 lines (30 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
_unflake = {
dedupRules = [
({
when = { type = "github"; owner = "nixos"; repo = "nixpkgs"; rev = null; };
set = { ref = "nixos-unstable"; };
})
];
};
fenix.url = "github:nix-community/fenix";
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
anti-emoji.url = "github:GoldsteinE/anti-emoji-bot";
classified.url = "github:GoldsteinE/classified";
home-manager.url = "github:nix-community/home-manager";
inftheory-slides.url = "github:GoldsteinE/inftheory-slides";
lanzaboote.url = "github:nix-community/lanzaboote/v0.4.2";
lix-module.url = "https://git.lix.systems/lix-project/nixos-module/archive/main.tar.gz";
ln-s.url = "sourcehut:~goldstein/ln-s";
naersk.url = "github:nmattia/naersk";
nix-minecraft.url = "github:Infinidoge/nix-minecraft";
nixos-hardware.url = "github:NixOS/nixos-hardware";
nixpkgs-wayland.url = "github:nix-community/nixpkgs-wayland";
passnag.url = "github:GoldsteinE/passnag";
perlsub.url = "github:GoldsteinE/perlsub";
r9ktg.url = "github:GoldsteinE/r9ktg";
simple-nixos-mailserver.url = "gitlab:simple-nixos-mailserver/nixos-mailserver";
t.url = "github:GoldsteinE/flake-templates";
tg-vimhelpbot.url = "github:pro-vim/tg-vimhelpbot";
xwayland-satellite.url = "github:Supreeeme/xwayland-satellite";
}