Update blender flake, remove references to nix-shell because nix shell is better
This commit is contained in:
parent
84f0222dff
commit
a263f06664
|
@ -14,7 +14,7 @@
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"type": "tarball",
|
"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": {
|
"blobs": {
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
nur.url = "github:nix-community/NUR";
|
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 = {
|
outputs = {
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
plugins = [ "git" ];
|
plugins = [ "git" ];
|
||||||
};
|
};
|
||||||
initExtra = ''
|
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-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
|
source ${pkgs.zsh-you-should-use}/share/zsh/plugins/you-should-use/you-should-use.plugin.zsh
|
||||||
setopt HIST_IGNORE_SPACE
|
setopt HIST_IGNORE_SPACE
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
flakedate = "doas nix flake update --flake /etc/nixos";
|
flakedate = "doas nix flake update --flake /etc/nixos";
|
||||||
nhs = "doas nh os switch -R /etc/nixos";
|
nhs = "doas nh os switch -R /etc/nixos";
|
||||||
nhu = "flakedate && nhs";
|
nhu = "flakedate && nhs";
|
||||||
ns = "nix-shell -p";
|
|
||||||
|
|
||||||
nixclean = "doas nix-store --gc; nix-collect-garbage -d";
|
nixclean = "doas nix-store --gc; nix-collect-garbage -d";
|
||||||
nixpurge = "doas nix-collect-garbage --delete-old";
|
nixpurge = "doas nix-collect-garbage --delete-old";
|
||||||
|
|
Loading…
Reference in a new issue