Commit Graph

156 Commits

Author SHA1 Message Date
Weijia Wang
0506ecc10c fsel: 3.1.0 -> 3.6.0 (#502131) 2026-08-16 12:25:28 +00:00
Weijia Wang
ce5ec9ebf7 fswatch: 1.18.3 -> 1.22.0 (#509430) 2026-08-16 12:18:21 +00:00
Peder Bergebakken Sundt
e67c2f0439 fsnav: enable darwin support (#542392) 2026-07-29 17:25:58 +00:00
@mjones
9b5ba0ebf6 fstar: fix build of z3-4.8.5 after setuptool update (#545244) 2026-07-29 03:28:44 +00:00
R. Ryantm
8ded43dbde fswatch: 1.18.3 -> 1.22.0 2026-07-26 18:21:34 +00:00
Yohann Boniface
ae2c2f465e fsuae: enable parallel building (#545629) 2026-07-25 16:56:59 +00:00
Sigmanificient
88c98a0d79 fsuae: enable parallel building 2026-07-25 16:52:57 +02:00
夜坂雅
c485262d71 fsuae: drop unused gtk2 2026-07-25 09:15:22 +08:00
Vincent Laporte
210237e80b fstar: fix build of z3-4.8.5 after setuptool update 2026-07-24 15:37:42 +02:00
R. Ryantm
d5caafb56c fsel: 3.1.0 -> 3.6.0 2026-07-21 05:31:28 +00:00
amusingimpala75
b20b61a5d8 fsnav: cleanup derivation
use finalAttrs, gate linux-only libraries behind lib.optionals, use makeFlags
instead of manually manipulating the makeFlagsArray
2026-07-16 16:48:32 -07:00
amusingimpala75
226af3aca7 fsnav: add darwin to supported platforms 2026-07-16 16:48:32 -07:00
R. Ryantm
c9873027f8 fscan: 2.1.3 -> 2.2.0 2026-07-10 07:32:52 +00:00
R. Ryantm
7ecd8eb1a6 fsverity-utils: 1.6 -> 1.7 2026-07-05 13:45:34 -04:00
2kybe3
af24e675e5 treewide: follow some GitHub redirects for fetchFromGitHub
generated using https://git.kybe.xyz/2kybe3/nixpkgs-github-redirect

continuation of: #537889
2026-07-03 12:37:01 +02:00
R. Ryantm
947ea00c4f fselect: 0.10.1 -> 0.10.2 2026-06-28 14:29:02 +00:00
R. Ryantm
531cc6069e fselect: 0.10.0 -> 0.10.1 2026-05-30 12:33:53 +00:00
R. Ryantm
63b92d6853 fscan: 2.1.2 -> 2.1.3 2026-05-13 12:36:58 +00:00
Rine Amakawa
5b54c1e6a8 fscan: 2.0.2 -> 2.1.2
Diff: https://github.com/shadow1ng/fscan/compare/v2.0.2...v2.1.2
2026-05-03 08:22:35 +08:00
Sigmanificient
f3b2ed3084 fsautocomplete: update GitHub owner name 2026-04-30 02:50:16 +02:00
Rine Amakawa
3776b914b8 fscan: 2.0.1 -> 2.0.2
Diff: https://github.com/shadow1ng/fscan/compare/v2.0.1...v2.0.2
2026-04-28 09:05:44 +08:00
nixpkgs-ci[bot]
66be93a062 Merge master into staging-next 2026-04-17 00:31:43 +00:00
Sandro
5a52931f03 fs-watcher-lsp: init at 0.1.0 (#503907) 2026-04-16 22:39:14 +00:00
Lucas Andreussi
54d7fa089b fs-watcher-lsp: add __structuredAttrs 2026-04-13 10:04:56 -03:00
nixpkgs-ci[bot]
80dd94e004 Merge master into staging-next 2026-04-10 18:18:09 +00:00
R. Ryantm
1ff6241818 fselect: 0.9.3 -> 0.10.0 2026-04-10 14:14:08 +00:00
nixpkgs-ci[bot]
4bea919441 Merge master into staging-next 2026-04-09 06:34:07 +00:00
Austin Horstman
4a7d9c4939 fstar: fix update script (#507151) 2026-04-09 03:57:04 +00:00
nixpkgs-ci[bot]
04654727fc Merge master into staging-next 2026-04-08 12:20:17 +00:00
Xiangyan Sun
615c8be534 fsv: fix build with gcc15 2026-04-06 17:22:43 -07:00
Morgan Jones
84164a941c fstar: fix update script 2026-04-05 19:31:08 -07:00
nixpkgs-ci[bot]
d8d97d1f34 Merge staging-next into staging 2026-04-03 00:27:31 +00:00
Vincent Laporte
1681ce8a9e fstar: 2025.12.15 → 2026.03.24 2026-04-02 22:07:51 +02:00
Lucas Andreussi
8741e1d36f maintainers: add landreussi 2026-03-28 15:25:43 -03:00
Lucas Andreussi
2eebcfc81f fs-watcher-lsp: init at 0.1.0
This patch adds fs-watcher-lsp rust crate to nixpkgs.
This package can be used to add buffer auto reload in helix-editor.

The rust crate itself doesn't have any tests, but I added the passthru.tests, in case of this crate could have tests in the future.
2026-03-28 15:25:30 -03:00
nixpkgs-ci[bot]
6554ffb2e0 Merge staging-next into staging 2026-03-22 06:18:41 +00:00
Colin
1628c2b013 fsel: init at 3.1.0 (#495743) 2026-03-22 00:41:22 +00:00
Victor Engmark
c4f5dfad0d treewide: Remove continuation escape at end of commands
To avoid confusion and spurious newlines in the output.

Found by searching for a backslash followed by a newline, some
indentation, and then the end of multi-line string marker, using the
following extended regex:

```regex
\\\n +'';
```
2026-03-17 16:47:55 +01:00
Michael Daniels
7550a3ee49 fsnav: init at 0.1 (#469669) 2026-03-14 02:37:38 +00:00
Weijia Wang
cf1c78c332 wxwidgets_3_{1,2}: rename from wxGTK3{1,2} (#489736) 2026-03-06 08:29:12 +00:00
R. Ryantm
7f893e0442 fselect: 0.9.2 -> 0.9.3 2026-03-03 21:15:59 +00:00
Nettika
c88d320e4e fsel: init at 3.1.0 2026-03-02 09:12:51 -08:00
quantenzitrone
62efab0dad wxwidgets_3_{1,2}: rename from wxGTK3{1,2}
fit attrname to pname
2026-02-27 10:56:33 +01:00
Marcin Serwin
59364fb99a maintainers: drop dezgeg
Signed-off-by: Marcin Serwin <marcin@serwin.dev>
2026-02-22 12:43:51 +01:00
Sandro
3a25d00d93 fstl: install desktop entry (#489682) 2026-02-17 21:54:44 +00:00
nixpkgs-ci[bot]
aeef37f19c fsautocomplete: 0.82.0 -> 0.83.0 (#487208) 2026-02-17 21:30:36 +00:00
Andrew Kvalheim
4a8e07ff80 fstl: install desktop entry
Adds:

  - $out/share/applications/fstlapp-fstl.desktop
  - $out/share/icons/hicolor/16x16/apps/fstlapp-fstl.png
  - $out/share/icons/hicolor/22x22/apps/fstlapp-fstl.png
  - $out/share/icons/hicolor/32x32/apps/fstlapp-fstl.png
  - $out/share/icons/hicolor/48x48/apps/fstlapp-fstl.png
  - $out/share/icons/hicolor/64x64/apps/fstlapp-fstl.png
  - $out/share/icons/hicolor/128x128/apps/fstlapp-fstl.png
  - $out/share/icons/hicolor/256x256/apps/fstlapp-fstl.png
2026-02-11 21:24:21 -08:00
Fernando Rodrigues
693e12715a various: switch buildGoModule packages to use finalAttrs (#487704) 2026-02-07 09:35:52 +00:00
Fernando Rodrigues
169ab49f59 various: fix pname misuse and switch to finalAttrs pattern (#487638) 2026-02-07 09:20:32 +00:00
quantenzitrone
626f23ce26 various: switch packages to use finalAttrs
this shouldn't create any rebuilds

the following script was used to generate this:
```fish
#!/usr/bin/env fish

# nix shell .#nixfmt nixpkgs#{nixf-diagnose,ripgrep,sd}

set base (git rev-parse HEAD)

set scope pkgs/by-name

set files (rg --files-with-matches -F 'stdenv.mkDerivation rec {' $scope | sort -u)

for file in $files
    echo $file
    sd -F 'stdenv.mkDerivation rec {' 'stdenv.mkDerivation (finalAttrs: {' $file
    # version
    sd -F 'version}' 'finalAttrs.version}' $file
    sd -F '${version' '${finalAttrs.version' $file
    sd -F '= version' '= finalAttrs.version' $file
    sd -F 'inherit version;' 'inherit (finalAttrs) version;' $file
    sd -F ' + version;' ' + finalAttrs.version;' $file
    sd 'replaceStrings (.*) version' 'replaceStrings $1 finalAttrs.version' $file
    sd -F 'splitVersion version' 'splitVersion finalAttrs.version' $file
    sd -F 'versionAtLeast version' 'versionAtLeast finalAttrs.version' $file
    sd 'versions\.([a-z]+) version' 'versions.$1 finalAttrs.version' $file
    # src
    sd -F 'src}' 'finalAttrs.src}' $file
    sd -F '${src' '${finalAttrs.src' $file
    sd -F '= src' '= finalAttrs.src' $file
    sd -F 'inherit src;' 'inherit (finalAttrs) src;' $file
    sd -F 'inherit (src' 'inherit (finalAttrs.src' $file
    # meta
    sd -F '${meta' '${finalAttrs.meta' $file
    sd -F '= meta' '= finalAttrs.meta' $file
    sd -F 'inherit (meta' 'inherit (finalAttrs.meta' $file
    # other
    sd -F 'inherit version src;' 'inherit (finalAttrs) version src;' $file
    sd -F 'makeLibraryPath buildInputs' 'makeLibraryPath finalAttrs.buildInputs' $file
    sd -F 'buildInputs}' 'finalAttrs.buildInputs}' $file
    sd -F 'desktopItem}' 'finalAttrs.desktopItem}' $file
    sd -F 'runtimeLibs}' 'finalAttrs.runtimeLibs}' $file
    sd -F 'libPath}' 'finalAttrs.libPath}' $file
    sd -F 'runtimeDependencies}' 'finalAttrs.runtimeDependencies}' $file
    sd -F 'nativeRuntimeInputs}' 'finalAttrs.nativeRuntimeInputs}' $file
    sd -F '(!doCheck)' '(!finalAttrs.doCheck)' $file
    sd -F 'optional doCheck' 'optional finalAttrs.doCheck' $file
    sd -F 'optionals doCheck' 'optionals finalAttrs.doCheck' $file
    sd -F '++ runtimeDependencies' '++ finalAttrs.runtimeDependencies' $file
    # pname (restored afterwards)
    sd -F 'pname}' 'finalAttrs.pname}' $file
    sd -F '${pname' '${finalAttrs.pname' $file
    sd -F '= pname' '= finalAttrs.pname' $file
    # close finalAttrs lambda
    echo ')' >>$file
    # catch some errors early
    if ! nixfmt $file
        git restore $file
        continue
    end
    if ! nixf-diagnose -i sema-primop-overridden $file
        git restore $file
        continue
    end
end

set torestore (rg -F .finalAttrs --files-with-matches $scope)
if test (count $torestore) -gt 0
    git restore $torestore
end
set torestore (rg -F finalAttrs.pname --files-with-matches $scope)
if test (count $torestore) -gt 0
    git restore $torestore
end

# commit for faster eval times
git add pkgs
git commit --no-gpg-sign -m temp
set torestore

for file in $files
    # file hasn't changed
    if git diff --quiet $base $file
        continue
    end
    # try to eval the package to definitely catch all errors
    echo $file
    set pname (string split / $file -f 4)
    if ! nix eval .#$pname
        set torestore $torestore $file
    end
end

# restore files that don't eval
git reset --soft $base
git restore --staged .
if test (count $torestore) -gt 0
    git restore $torestore
end
```

after that some manual cleanup was done:
- restoring files that cause changes in the number of lines
- restoring files that cause rebuilds
- restoring files that cause merge conflicts with staging
2026-02-07 09:59:05 +01:00