Skip to content

Commit 0e95051

Browse files
committed
flake.nixpkgs: remove jq version pin
1 parent 136947d commit 0e95051

File tree

3 files changed

+0
-27
lines changed

3 files changed

+0
-27
lines changed

flake.lock

Lines changed: 0 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
# some commit containing mysql57 and php74
1111
nixpkgs-22-05.url = "github:NixOS/nixpkgs/695b3515251873e0a7e2021add4bba643c56cde3";
1212

13-
# one commit before jq 1.7 update
14-
nixpkgs-jq-1-6.url = "github:NixOS/nixpkgs/b17d6431b00f4e002a0599e3f780bcfc525ebc3e";
15-
1613
home-manager = {
1714
url = "github:nix-community/home-manager/release-24.11";
1815
inputs.nixpkgs.follows = "nixpkgs";

flake/nixpkgs.nix

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ import inputs.nixpkgs {
2727
inherit config system;
2828
};
2929

30-
nixpkgs-jq-1-6 = import inputs.nixpkgs-jq-1-6 {
31-
inherit config system;
32-
};
33-
3430
gerschtliOverlays = map (x: x.overlays.default) [
3531
inputs.dmenu
3632
inputs.dwm
@@ -68,9 +64,6 @@ import inputs.nixpkgs {
6864
php80Packages
6965
;
7066

71-
# FIXME: use jq 1.6 for homeage
72-
inherit (nixpkgs-jq-1-6) jq;
73-
7467
gerschtli = prev.lib.composeManyExtensions gerschtliOverlays final prev;
7568

7669
# the only alias that I need, this allows me to set allowAliases=false

0 commit comments

Comments
 (0)