about summary refs log tree commit diff
path: root/pkgs/by-name/ni
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09Merge remote-tracking branch 'origin/master' into staging-nextAlyssa Ross10-10/+10
Conflicts: pkgs/applications/blockchains/polkadot/default.nix
2024-06-09treewide: Remove the definite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt8-8/+8
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09treewide: Remove ending period from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-06-09Merge master into staging-nextgithub-actions[bot]1-5/+3
2024-06-08Merge pull request #317108 from xTrayambak/nimlsp-use-nim2Weijia Wang1-5/+3
nimlsp: compile against Nim 2.0.x instead of Nim 1.6.x
2024-06-08Merge master into staging-nextgithub-actions[bot]1-4/+4
2024-06-07nixos-anywhere: 1.2.0 -> 1.3.0Jörg Thalheim1-4/+4
Diff: https://github.com/numtide/nixos-anywhere/compare/1.2.0...1.3.0
2024-06-06nimlsp: compile against Nim 2.x instead of Nim 1.6.xxTrayambak1-5/+3
2024-06-06Merge master into staging-nextgithub-actions[bot]4-18/+12
2024-06-05Fix the update script so it points at the new nixos/nixfmt repo and bump to ↵Daniel Baker4-18/+12
the lasest version on master.
2024-06-03Merge master into staging-nextgithub-actions[bot]1-2/+2
2024-06-03nix-direnv: 3.0.4 -> 3.0.5Jörg Thalheim1-2/+2
2024-05-31Merge branch 'staging' into staging-nextVladimír Čunát2-0/+187
2024-05-29nim_lk: 20240510 -> 20240527Emery Hemingway2-28/+19
2024-05-28Merge staging-next into staginggithub-actions[bot]2-24/+62
2024-05-28nimble: 0.14.2 -> 0-unstable-2024-05-14Emery Hemingway2-24/+62
2024-05-27Merge staging-next into staginggithub-actions[bot]1-3/+14
2024-05-26nix-janitor: 0.2.0 -> 0.3.1Norbert Melzer1-3/+14
2024-05-25Merge #303416: ninja: 1.11.1 -> 1.12.1Vladimír Čunát2-0/+187
...into staging
2024-05-22nix-janitor: init at 0.2.0 (#313130)Norbert Melzer1-0/+32
2024-05-18niri: 0.1.5 -> 0.1.6sodiboo2-305/+378
2024-05-13nicotine-plus: 3.3.2 -> 3.3.4R. Ryantm1-2/+2
2024-05-13ninja: 1.12.0 -> 1.12.1John Titor1-9/+12
add nix-update-script move to finalAttrs
2024-05-13ninja: 1.11.1 -> 1.12.0John Titor1-12/+2
Remove patch for files in large fs, since it is merged to v1.12.0
2024-05-13ninja: migrate to pkgs/by-nameJohn Titor2-0/+194
2024-05-10nim_lk: 20240210 -> 20240510Emery Hemingway1-13/+22
Bugfix update.
2024-05-07nixos-anywhere: add missing `get-facts` script to outputa-kenji1-0/+1
2024-05-04nix-search-cli: unstable-2023-09-12 -> 0-unstable-2023-09-12OPNA26081-2/+6
2024-05-04nitter: unstable-2024-02-26 -> 0-unstable-2024-02-26OPNA26081-1/+1
2024-05-01Merge pull request #308108 from r-ryantm/auto-update/nickelWeijia Wang2-83/+15
nickel: 1.5.0 -> 1.6.0
2024-05-01Merge pull request #291564 from MatthewCroughan/mc/nibtoolsPeder Bergebakken Sundt1-0/+46
nibtools: init at unstable-2024-02-22
2024-05-01Merge pull request #305261 from bluskript/work/blusk/nix-inspect-0.1.2Peder Bergebakken Sundt1-5/+5
nix-inspect: 0.1.1 -> 0.1.2
2024-04-30nickel: 1.5.0 -> 1.6.0R. Ryantm2-83/+15
2024-04-30nibtools: init at unstable-2024-02-22matthewcroughan1-0/+46
Co-authored-by: Peder Bergebakken Sundt <pbsds@hotmail.com> Co-authored-by: lolbinarycat <dogedoge61+github@gmail.com>
2024-04-30nixos-anywhere: 1.1.2 -> 1.2.0Jörg Thalheim1-3/+5
Diff: https://github.com/numtide/nixos-anywhere/compare/1.1.2...1.2.0
2024-04-26Merge pull request #307044 from liclac/nix-web-v0.3.0Maximilian Bosch1-4/+17
nix-web: 0.2.0 -> 0.3.0
2024-04-26nix-web: 0.2.0 -> 0.3.0embr1-4/+17
This is a hotfix to be compatible with Nix 2.18, as 2.17 is due to be removed: https://github.com/NixOS/nixpkgs/pull/306575 We're pinning 2.18 rather than 2.22 as it's what current stable NixOS uses. This introduced the very funny problem that my unit tests, for perhaps understandable reasons, have store paths in them. It turns out this makes the fetcher very unhappy. I'll fix this by the next release - for now, have some `nuke-refs` bodgery.
2024-04-26nimdow: 0.7.37 -> 0.7.38Marcus Ramberg1-4/+6
2024-04-24maintainers: drop marsamMario Rodas1-1/+1
2024-04-20niri: 0.1.4 -> 0.1.5sodiboo2-9/+10
2024-04-19nix-inspect: 0.1.1 -> 0.1.2Blusk1-5/+5
2024-04-17Merge pull request #304671 from NickCao/niriWeijia Wang1-2/+0
niri: drop redundant LIBCLANG_PATH
2024-04-17Merge pull request #304709 from bluskript/work/blusk/nix-inspect-0.1.1Matthias Beyer1-5/+5
nix-inspect: 0.1.0 -> 0.1.1
2024-04-16nix-inspect: Fix package descriptionBlusk1-1/+1
2024-04-16nix-inspect: 0.1.0 -> 0.1.1Blusk1-4/+4
2024-04-16niri: drop redundant LIBCLANG_PATHNick Cao1-2/+0
2024-04-13Merge pull request #303283 from shivaraj-bh/update-nix-healthPol Dellaiera1-5/+5
nix-health: 0.2.3 -> 0.3.0
2024-04-11nix-inspect: init at 0.1.0Blusk1-0/+60
2024-04-11nix-health: 0.2.3 -> 0.3.0shivaraj-bh1-5/+5
* add shivaraj-bh as maintainer