Commit Graph

65 Commits

Author SHA1 Message Date
Nick Cao
1977349696
kas: 4.4 -> 4.5 (#344282) 2024-09-25 08:22:49 -04:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Pascal Bach
88036dd0c8 kas: 4.4 -> 4.5 2024-09-24 21:35:23 +02:00
Peder Bergebakken Sundt
3ab6abfec1
kara: init at 0.7.1 (#340630) 2024-09-19 23:13:45 +02:00
Peder Bergebakken Sundt
401a65280e
kak-tree-sitter: init at 1.1.2 (#333951) 2024-09-16 00:21:16 +02:00
nicoo
2641d97cbf pkgs/by-name: Convert hashes to SRI format
Reproduction script:
	# Bulk rewrite
	./maintainers/scripts/sha-to-sri.py pkgs/by-name
	# Revert some packages which will need manual intervention
	for n in amdvlk azure-cli cargo-profiler corefonts flatito fluxcd gist perf_data_converter protoc-gen-js solana-cli swt verible; do
		git checkout -- "pkgs/by-name/${n:0:2}/${n}"
	done
2024-09-15 11:24:31 +02:00
Heitor Augusto
918e8d7bbb
kara: init at 0.7.1 2024-09-12 16:42:43 -03:00
Aleksana
1f70e0f549
kazv: init at 0.5.0 (#334844) 2024-09-06 16:05:45 +08:00
Pascal Bach
333855c2ae kas: 4.2 -> 4.4 2024-09-03 22:10:01 +02:00
Adam Stephens
b95b048fbe
kanidm: require big-parallel for building
Build has timed out and been killed multiple times on hydra builds. This forces users to attempt to build it themselves, which they cannot due without sufficient resources.
2024-08-28 17:55:32 -04:00
oddlama
a9d176d029
kanidm-provision: 1.1.1 -> 1.1.2 2024-08-23 20:46:03 +02:00
Martin Weinelt
d9cf6ea6f8
Merge pull request #336445 from adamcstephens/kanidm/1.3.3
kanidm: 1.3.2 -> 1.3.3
2024-08-22 18:41:30 +02:00
Francesco Gazzetta
cd79c54b93 kazv: init at 0.5.0 2024-08-22 15:29:43 +02:00
superherointj
23e365fc26
Merge pull request #334274 from codedownio/kata-runtime
kata-runtime: init at 3.7.0
2024-08-22 08:17:09 -03:00
lelgenio
e81bb18a0f kak-tree-sitter: init at 1.1.2 2024-08-22 00:34:41 -03:00
Adam Stephens
e78f80bc6b
kanidm: 1.3.2 -> 1.3.3 2024-08-21 22:42:53 -04:00
Adam Stephens
32679fbfed
kanidm: pin updatescript to version tags 2024-08-21 22:21:16 -04:00
Tom McLaughlin
4a8caa04a8 kata-runtime: init at 3.7.0
Release notes: https://github.com/kata-containers/kata-containers/releases/tag/3.7.0
2024-08-21 17:16:51 -07:00
Philip Taron
096157a01d
kakoune-lsp: 17.1.1 -> 17.1.2 2024-08-16 17:59:29 -07:00
Adam C. Stephens
c49d0387e0
Merge pull request #251598 from oddlama/feat-kanidm-provision
nixos/kanidm: add basic provisioning
2024-08-16 10:15:22 -04:00
oddlama
558fa6abc6
nixos/kanidm: add provisioning of groups, persons and oauth2 systems 2024-08-16 14:12:35 +02:00
oddlama
59a463f593
kanidm: add optional secret provisioning patches 2024-08-13 00:32:40 +02:00
oddlama
f67d395af8
kanidm-provision: init at 1.1.0 2024-08-13 00:32:39 +02:00
Philip Taron
fd77255de4
kakoune-lsp: 17.0.1 -> 17.1.1 2024-08-12 14:50:54 -07:00
Philip Taron
6d151f1e19
kakoune-lsp: use replaceVars 2024-08-12 14:50:54 -07:00
Philip Taron
d176239d50
kakoune-lsp: nixfmt 2024-08-12 14:50:54 -07:00
V
8d9ed73e65 kakoune-lsp: 16.0.0 -> 17.0.1 2024-08-11 11:05:34 +02:00
Pol Dellaiera
6360d92bf3
Merge pull request #333493 from pwnwriter/master
kanha: init at 0.1.2
2024-08-11 01:08:46 +02:00
Adam Stephens
a29f18d7a6
kanidm: 1.3.1 -> 1.3.2
https://github.com/kanidm/kanidm/releases/tag/v1.3.0
2024-08-09 23:13:28 -04:00
pwnwriter
4e936c8316
kanha: init at 0.1.2 2024-08-10 03:49:39 +05:45
Adam Stephens
f03bf83b1e
kanidm: 1.2.3 -> 1.3.1
https://github.com/kanidm/kanidm/releases/tag/v1.3.0
https://github.com/kanidm/kanidm/releases/tag/v1.3.1
2024-08-09 00:19:32 -04:00
Philip Taron
2f3e77e1f2
kakoune: add philiptaron as maintainer to most kakoune-related things 2024-08-01 18:06:40 -07:00
K900
bb292ebc85 kanidm: allow dead code warnings 2024-07-26 10:20:16 +03:00
mimvoid
7c51104112 karla: init at 2.004 2024-07-21 10:30:56 -04:00
R. Ryantm
cf84491d02 karmor: 1.2.2 -> 1.2.3 2024-06-24 13:28:49 +00:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
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-09 23:07:45 +02:00
Peder Bergebakken Sundt
d48102ba12
Merge pull request #289359 from IogaMaster/kalamine
kalamine: init at 0.22
2024-06-08 15:34:30 +02:00
Bjørn Forsman
5a6c76e19d kanidm: 1.2.1 -> 1.2.3
* https://github.com/kanidm/kanidm/releases/tag/v1.2.2
* https://github.com/kanidm/kanidm/releases/tag/v1.2.3
2024-06-04 07:34:43 +02:00
nixpkgs-merge-bot[bot]
d406e6309c
Merge pull request #315108 from r-ryantm/auto-update/karmor
karmor: 1.2.1 -> 1.2.2
2024-05-28 02:14:35 +00:00
R. Ryantm
df5fd51cee karmor: 1.2.1 -> 1.2.2 2024-05-27 14:35:33 +00:00
K900
06208ec002 kanidm: don't LTO tests
Saves 30 minutes of build time.
2024-05-27 10:43:01 +03:00
Charles Hall
6a01a6ac24
kanidm: 1.2.0 -> 1.2.1 2024-05-18 09:48:51 -07:00
Viorel-Cătălin Răpițeanu
6ff911c8f9 katawa-shoujo-re-engineered: 1.4.4 -> 1.4.7
Update the sources to the last version.
2024-05-15 00:36:45 +03:00
Albert Safin
d57ce05c49 katriawm: add updateScript 2024-05-13 00:52:14 +00:00
Albert Safin
868cc3f77f katriawm: format with nixfmt 2024-05-13 00:52:13 +00:00
Adam Stephens
f513b05865
kanidm: add adamcstephens as maintainer 2024-05-01 09:47:46 -04:00
Adam Stephens
87ce2c95ae
kanidm: 1.1.0-rc.16 -> 1.2.0
https://github.com/kanidm/kanidm/releases/tag/v1.2.0

Added updatescript, and removed Cargo.lock as no more git deps.

New release process documented here:

a67d1f5160/book/src/support.md

Re-ordered test and removed anonymous login as logout no longer works:
[info]: Ignoring request to logout session - these sessions are not recorded
2024-05-01 09:47:06 -04:00
Adam Stephens
9e0290f49a
kanidm: move to by-name 2024-05-01 08:38:36 -04:00
kashw2
de973ce81f karmor: migrate to by-name overlay 2024-04-28 16:29:19 +10:00
Pol Dellaiera
32bf14c3a4
Merge pull request #297572 from quantenzitrone/katawa-shoujo-re-engineered
katawa-shoujo-re-engineered: init at 1.4.4
2024-04-19 07:04:04 +02:00