feat: Updated nixpkgs

This commit is contained in:
uttarayan21
2025-12-12 18:39:33 +05:30
parent ceddbd9132
commit 42dac8b4d2
9 changed files with 153 additions and 156 deletions

View File

@@ -413,10 +413,10 @@
config.allowUnfree = true;
};
in {
packages = rec {
default = neovim;
neovim = pkgs.nixvim.makeNixvim (pkgs.callPackage ./neovim);
};
# packages = rec {
# default = neovim;
# neovim = pkgs.nixvim.makeNixvim (pkgs.callPackage ./neovim);
# };
devShells = {
default = pkgs.mkShell {
packages = with pkgs; [sops just openssl];