commit bb2b24d85be964ba0f947bbd4f00973a9500a40f
parent 0d350b2ba2de5d548efa7c9fe52e8e15709b1f18
Author: Nikolay Korotkiy <sikmir@disroot.org>
Date: Fri, 25 Aug 2023 23:58:34 +0400
Up
Diffstat:
2 files changed, 8 insertions(+), 11 deletions(-)
diff --git a/flake.lock b/flake.lock
@@ -5,11 +5,11 @@
"systems": "systems"
},
"locked": {
- "lastModified": 1689068808,
- "narHash": "sha256-6ixXo3wt24N/melDWjq70UuHQLxGV8jZvooRanIHXw0=",
+ "lastModified": 1692799911,
+ "narHash": "sha256-3eihraek4qL744EvQXsK1Ha6C3CR7nnT8X2qWap4RNk=",
"owner": "numtide",
"repo": "flake-utils",
- "rev": "919d646de7be200f3bf08cb76ae1f09402b6f9b4",
+ "rev": "f9e7cf818399d17d347f847525c5a5a8032e4e44",
"type": "github"
},
"original": {
@@ -20,11 +20,11 @@
},
"nixpkgs": {
"locked": {
- "lastModified": 1692404241,
- "narHash": "sha256-TRZlFHtrQI6Kh8RFqnjBF2uNNi/c66ldB4WuIcrwMzg=",
+ "lastModified": 1692808169,
+ "narHash": "sha256-x9Opq06rIiwdwGeK2Ykj69dNc2IvUH1fY55Wm7atwrE=",
"owner": "nixos",
"repo": "nixpkgs",
- "rev": "2f9286912cb215969ece465147badf6d07aa43fe",
+ "rev": "9201b5ff357e781bf014d0330d18555695df7ba8",
"type": "github"
},
"original": {
diff --git a/pkgs/misc/worm/default.nix b/pkgs/misc/worm/default.nix
@@ -18,11 +18,7 @@ nimPackages.buildNimPackage rec {
pixie
regex
unicodedb
- (fetchNimble {
- pname = "x11";
- version = "1.1";
- hash = "sha256-2XRyXiBxAc9Zx/w0zRBHRZ240qww0FJvIvOKZ8YH50A=";
- })
+ x11
] ++ (with xorg; [ libX11 libXft libXinerama ]);
postInstall = ''
@@ -36,5 +32,6 @@ nimPackages.buildNimPackage rec {
platforms = platforms.linux;
maintainers = [ maintainers.sikmir ];
skip.ci = stdenv.isDarwin;
+ broken = true;
};
}