From b95a9d19d9e785e39c64ebcd6c73d80915e71b50 Mon Sep 17 00:00:00 2001 From: Fredrik Robertsen Date: Mon, 4 May 2026 08:50:25 +0200 Subject: [PATCH] add uiua to flake input and cache --- flake.nix | 6 ++++++ modules/dev/default.nix | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index a7a06cf..27e0563 100644 --- a/flake.nix +++ b/flake.nix @@ -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: diff --git a/modules/dev/default.nix b/modules/dev/default.nix index 6abf8e9..e0edcf3 100644 --- a/modules/dev/default.nix +++ b/modules/dev/default.nix @@ -12,7 +12,7 @@ python3 ruff typst tinymist rust-analyzer - uiua-unstable + inputs.uiua.packages.${pkgs.system}.default # uiua-unstable glsl_analyzer ]; in [