mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 00:03:55 +01:00
chore: Update to latest nixos-unstable release
Only major issue after this update is DNS handling in LibreWolf v130. See: https://codeberg.org/librewolf/issues/issues/1975
This commit is contained in:
parent
0ee75eb1ca
commit
40cfec263e
@ -222,11 +222,11 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1725432240,
|
"lastModified": 1725983898,
|
||||||
"narHash": "sha256-+yj+xgsfZaErbfYM3T+QvEE2hU7UuE+Jf0fJCJ8uPS0=",
|
"narHash": "sha256-4b3A9zPpxAxLnkF9MawJNHDtOOl6ruL0r6Og1TEDGCE=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "ad416d066ca1222956472ab7d0555a6946746a80",
|
"rev": "1355a0cbfeac61d785b7183c0caaec1f97361b43",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -19,6 +19,13 @@ let
|
|||||||
hash = "sha256-6jaRyZsp9GVYAihE8lcslwpDtcKJfC2KZbXw0MFJNRY=";
|
hash = "sha256-6jaRyZsp9GVYAihE8lcslwpDtcKJfC2KZbXw0MFJNRY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
postInstall = ''
|
||||||
|
installShellCompletion --cmd lutgen \
|
||||||
|
--bash <($out/bin/lutgen completions bash) \
|
||||||
|
--fish <($out/bin/lutgen completions fish) \
|
||||||
|
--zsh <($out/bin/lutgen completions zsh)
|
||||||
|
'';
|
||||||
|
|
||||||
cargoDeps = oldAttrs.cargoDeps.overrideAttrs (
|
cargoDeps = oldAttrs.cargoDeps.overrideAttrs (
|
||||||
lib.const {
|
lib.const {
|
||||||
name = "${oldAttrs.pname}-${version}-vendor.tar.gz";
|
name = "${oldAttrs.pname}-${version}-vendor.tar.gz";
|
||||||
|
Loading…
Reference in New Issue
Block a user