oizys/flake.nix

118 lines
4.2 KiB
Nix
Raw Normal View History

2024-01-23 11:51:13 -06:00
{
2024-01-28 11:00:05 -06:00
description = "nix begat oizys";
2024-03-21 11:06:07 -05:00
2024-03-27 11:55:06 -05:00
outputs = inputs: (import ./lib inputs).oizysFlake;
2024-02-29 15:41:05 -06:00
inputs = {
2024-12-24 09:28:14 -06:00
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
2024-11-13 11:56:23 -06:00
stable.url = "github:nixos/nixpkgs/nixos-24.05";
2024-10-21 19:01:27 -05:00
my-nixpkgs.url = "github:daylinmorgan/nixpkgs/nixos-unstable";
2024-11-28 17:35:38 -06:00
2025-01-19 14:49:49 -06:00
# lix = {
# url = "https://git.lix.systems/lix-project/lix/archive/main.tar.gz";
# flake = false;
# };
2025-01-17 11:32:37 -06:00
# lix-module = {
2025-01-19 14:49:49 -06:00
# url = "https://git.lix.systems/lix-project/nixos-module/archive/main.tar.gz";
2025-01-17 11:32:37 -06:00
# inputs.nixpkgs.follows = "nixpkgs";
2025-01-19 14:49:49 -06:00
# inputs.lix.follows = "lix";
2025-01-17 11:32:37 -06:00
# };
2025-01-19 14:49:49 -06:00
#
# keep for when lix breaks :/
lix-module = {
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.92.0.tar.gz";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils";
};
2025-01-17 11:32:37 -06:00
2025-01-20 00:50:33 -06:00
sops-nix.url = "github:Mic92/sops-nix";
nix-index-database.url = "github:nix-community/nix-index-database";
treefmt-nix.url = "github:numtide/treefmt-nix";
nixos-wsl.url = "github:nix-community/NixOS-WSL";
hyprland.url = "git+https://github.com/hyprwm/Hyprland/?submodules=1";
hyprland-contrib.url = "github:hyprwm/contrib";
nixpkgs-wayland.url = "github:nix-community/nixpkgs-wayland";
f1multiviewer.url = "github:daylinmorgan/f1multiviewer-flake";
tsm.url = "github:daylinmorgan/tsm?dir=nix";
hyprman.url = "git+https://git.dayl.in/daylin/hyprman.git";
nim2nix.url = "github:daylinmorgan/nim2nix";
utils.url = "git+https://git.dayl.in/daylin/utils.git";
pixi.url = "github:daylinmorgan/pixi-flake";
jj.url = "github:martinvonz/jj/v0.25.0";
# master as of 2024.12.12
NixVirt.url = "github:AshleyYakeley/NixVirt?rev=fe3aaa86d4458e4f84348941297f7ba82e2a9f67";
# Follows
# nixpkgs
f1multiviewer.inputs.nixpkgs.follows = "nixpkgs";
hyprland.inputs.nixpkgs.follows = "nixpkgs";
hyprland-contrib.inputs.nixpkgs.follows = "nixpkgs";
hyprman.inputs.nixpkgs.follows = "nixpkgs";
jj.inputs.nixpkgs.follows = "nixpkgs";
nim2nix.inputs.nixpkgs.follows = "nixpkgs";
nix-index-database.inputs.nixpkgs.follows = "nixpkgs";
nixos-wsl.inputs.nixpkgs.follows = "nixpkgs";
nixpkgs-wayland.inputs.nixpkgs.follows = "nixpkgs";
NixVirt.inputs.nixpkgs.follows = "nixpkgs";
pixi.inputs.nixpkgs.follows = "nixpkgs";
sops-nix.inputs.nixpkgs.follows = "nixpkgs";
treefmt-nix.inputs.nixpkgs.follows = "nixpkgs";
tsm.inputs.nixpkgs.follows = "nixpkgs";
utils.inputs.nixpkgs.follows = "nixpkgs";
# nim2nix
hyprman.inputs.nim2nix.follows = "nim2nix";
tsm.inputs.nim2nix.follows = "nim2nix";
utils.inputs.nim2nix.follows = "nim2nix";
2024-12-12 14:13:29 -06:00
2025-01-19 17:42:06 -06:00
lix-attic = {
url = "git+https://git.lix.systems/nrabulinski/attic.git";
inputs.nixpkgs.follows = "nixpkgs";
inputs.lix-module.follows = "lix-module";
# make lix-module source of truth
inputs.lix.follows = "lix-module/lix";
2025-01-16 15:59:08 -06:00
};
2024-11-07 14:53:44 -06:00
# roc = {
# url = "github:roc-lang/roc";
# inputs.nixpkgs.follows = "nixpkgs";
# };
# zig-overlay.url = "github:mitchellh/zig-overlay";
# zig-overlay.inputs.nixpkgs.follows = "nixpkgs";
# zls.url = "github:zigtools/zls";
# zls.inputs.nixpkgs.follows = "nixpkgs";
# zls.inputs.zig-overlay.follows = "zig-overlay";
2025-01-19 17:42:06 -06:00
# further flake.lock minimization shenanigans
flake-utils.url = "github:numtide/flake-utils";
jj.inputs.flake-utils.follows = "flake-utils";
lib-aggregate.inputs.flake-utils.follows = "flake-utils";
lib-aggregate.url = "github:nix-community/lib-aggregate";
nixpkgs-wayland.inputs.lib-aggregate.follows = "lib-aggregate";
nixpkgs-lib.url = "github:nix-community/nixpkgs.lib";
# nil inputs
hyprland.inputs.pre-commit-hooks.follows = "";
nixos-wsl.inputs.flake-compat.follows = "";
2025-01-20 00:50:33 -06:00
nixpkgs-wayland.inputs.flake-compat.follows = "";
nixpkgs-wayland.inputs.nix-eval-jobs.follows = "";
lix-attic.inputs.nix-github-actions.follows = "";
2024-02-29 15:41:05 -06:00
};
nixConfig = {
extra-substituters = [
2024-10-29 16:59:08 -05:00
"https://attic.dayl.in/oizys"
2024-02-29 15:41:05 -06:00
"https://nixpkgs-wayland.cachix.org"
];
extra-trusted-public-keys = [
2024-10-29 16:59:08 -05:00
"oizys:DSw3mwVMM/Y+PXSVpkDlU5dLwlORuiJRGPkwr5INSMc="
2024-02-29 15:41:05 -06:00
"nixpkgs-wayland.cachix.org-1:3lwxaILxMRkVhehr5StQprHdEo4IrE8sRho9R9HOLYA="
];
};
2024-01-23 11:51:13 -06:00
}