add uiua to flake input and cache
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
python3 ruff
|
||||
typst tinymist
|
||||
rust-analyzer
|
||||
uiua-unstable
|
||||
inputs.uiua.packages.${pkgs.system}.default # uiua-unstable
|
||||
glsl_analyzer
|
||||
];
|
||||
in [
|
||||
|
||||
Reference in New Issue
Block a user