feat: Updated nixpkgs
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user