add uiua to flake input and cache

This commit is contained in:
2026-05-04 08:50:25 +02:00
parent 546e004464
commit b95a9d19d9
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -6,11 +6,13 @@
"https://cache.nixos.org"
"https://nix-community.cachix.org"
"https://quickshell.cachix.org"
"https://cache.garnix.io"
];
extra-trusted-public-keys = [
"cache.nixos.org-1:6NCHd7NZLnR7ERU5yZ30jSimkE8jZNoy0LsbwSKh6hI="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkqAbxg648yyCFKExbg/M="
"quickshell.cachix.org-1:vBm3s5tZThc5KDLj6zhHVCMp8wX/AZJwle9wqdi81ts="
"cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="
];
};
@@ -29,6 +31,10 @@
url = "github:AvengeMedia/dgop";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
uiua = {
url = "github:uiua-lang/uiua";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
};
outputs = { self, nixpkgs, nixpkgs-unstable, ... }@inputs:
+1 -1
View File
@@ -12,7 +12,7 @@
python3 ruff
typst tinymist
rust-analyzer
uiua-unstable
inputs.uiua.packages.${pkgs.system}.default # uiua-unstable
glsl_analyzer
];
in [