update nixos

This commit is contained in:
Gabriel Ebner 2022-04-01 15:00:45 +02:00
parent b5e5d70248
commit ac7014a17f
2 changed files with 5 additions and 4 deletions

View File

@ -19,7 +19,8 @@
f=localization/en-US/browser/browserSets.ftl f=localization/en-US/browser/browserSets.ftl
mkdir browser mkdir browser
cd browser cd browser
unzip $j # corrupt zip files??
unzip $j || true
patch $f <${./fix-firefox.patch} patch $f <${./fix-firefox.patch}
rm $j rm $j
zip -0DXqr $j * zip -0DXqr $j *

View File

@ -17,11 +17,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1648390671, "lastModified": 1648632716,
"narHash": "sha256-u69opCeHUx3CsdIerD0wVSR+DjfDQjnztObqfk9Trqc=", "narHash": "sha256-kCmnDeiaMsdhfnNKjxdOzwRh2H6eQb8yWAL+nNabC/Y=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "ce8cbe3c01fd8ee2de526ccd84bbf9b82397a510", "rev": "710fed5a2483f945b14f4a58af2cd3676b42d8c8",
"type": "github" "type": "github"
}, },
"original": { "original": {