feat: Update stuff
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled

This commit is contained in:
2026-03-09 16:54:14 +05:30
parent 0874bb6698
commit 3b23c25509
9 changed files with 88 additions and 67 deletions

View File

@@ -184,6 +184,10 @@
url = "github:ulyssa/iamb/latest";
inputs.nixpkgs.follows = "nixpkgs";
};
cinny = {
url = "github:cinnyapp/cinny/dev";
flake = false;
};
};
outputs = {
@@ -362,10 +366,6 @@
config.allowUnfree = true;
};
in {
# packages = rec {
# default = neovim;
# neovim = pkgs.nixvim.makeNixvim (pkgs.callPackage ./neovim);
# };
devShells = {
default = pkgs.mkShell {
packages = with pkgs; [sops just openssl ast-grep];