Update blender flake, remove references to nix-shell because nix shell is better

This commit is contained in:
Jimbo 2025-01-19 11:42:19 -05:00
parent 84f0222dff
commit a263f06664
4 changed files with 3 additions and 4 deletions

View file

@ -14,7 +14,7 @@
},
"original": {
"type": "tarball",
"url": "https://flakehub.com/f/edolstra/blender-bin/1.0.11.tar.gz"
"url": "https://flakehub.com/f/edolstra/blender-bin/1.0.12.tar.gz"
}
},
"blobs": {

View file

@ -25,7 +25,7 @@
};
nur.url = "github:nix-community/NUR";
blender.url = "https://flakehub.com/f/edolstra/blender-bin/1.0.11.tar.gz";
blender.url = "https://flakehub.com/f/edolstra/blender-bin/1.0.12.tar.gz";
};
outputs = {

View file

@ -10,7 +10,7 @@
plugins = [ "git" ];
};
initExtra = ''
${pkgs.any-nix-shell}/bin/any-nix-shell zsh --info-right | source /dev/stdin; pfetch
pfetch
source ${pkgs.zsh-vi-mode}/share/zsh-vi-mode/zsh-vi-mode.plugin.zsh
source ${pkgs.zsh-you-should-use}/share/zsh/plugins/you-should-use/you-should-use.plugin.zsh
setopt HIST_IGNORE_SPACE

View file

@ -5,7 +5,6 @@
flakedate = "doas nix flake update --flake /etc/nixos";
nhs = "doas nh os switch -R /etc/nixos";
nhu = "flakedate && nhs";
ns = "nix-shell -p";
nixclean = "doas nix-store --gc; nix-collect-garbage -d";
nixpurge = "doas nix-collect-garbage --delete-old";