mirror of
https://github.com/fredrikr79/nixos.git
synced 2025-12-24 18:10:21 +01:00
add uiua flake input
This commit is contained in:
@@ -26,9 +26,14 @@
|
||||
# If using a stable channel you can use `url = "github:nix-community/nixvim/nixos-<version>"`
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
uiua = {
|
||||
url = "github:uiua-lang/uiua";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, home-manager, nixvim, ... } @ inputs:
|
||||
outputs = { self, nixpkgs, home-manager, nixvim, uiua, ... } @ inputs:
|
||||
let
|
||||
system = "x86_64-linux";
|
||||
pkgs = import nixpkgs {
|
||||
|
||||
Reference in New Issue
Block a user