Commit Graph

156 Commits

Author SHA1 Message Date
Aleksana
17a58062fa
granted: 0.34.1 -> 0.35.2 (#347364) 2024-10-27 12:19:26 +08:00
R. Ryantm
368308ddec grafana-kiosk: 1.0.7 -> 1.0.8 2024-10-26 08:00:08 +00:00
Artturin
9198f1d6d9
grimblast: patch shebang in .grimblast-wrapped (#350782) 2024-10-24 05:49:00 +03:00
Artturin
b7bf09a388 grimblast: patch shebang in .grimblast-wrapped
`strictDeps` is used so `bash` is not in `buildInputs` just because it's in
`common-path.nix`
2024-10-23 23:20:02 +03:00
R. Ryantm
62db9ac96a grafana-alloy: 1.4.1 -> 1.4.3 2024-10-23 05:02:33 +00:00
Fabian Affolter
92feb4fd19
graphpython: init at 1.0-unstable-2024-07-28 (#349974) 2024-10-22 10:26:03 +02:00
José Ribeiro
1cf977bad5
granted: 0.35.1 -> 0.35.2
Diff: https://github.com/common-fate/granted/compare/v0.35.1...v0.35.2
Changelog: https://github.com/common-fate/granted/releases/tag/v0.35.2
2024-10-21 14:04:09 +01:00
José Ribeiro
9d47ed157c
granted: 0.35.0 -> 0.35.1
Diff: https://github.com/common-fate/granted/compare/v0.35.0...v0.35.1
Changelog: https://github.com/common-fate/granted/releases/tag/v0.35.1
2024-10-21 06:53:01 +01:00
José Ribeiro
32656bcd29
granted: 0.34.1 -> 0.35.0
Diff: https://github.com/common-fate/granted/compare/v0.34.1...v0.35.0
Changelog: https://github.com/common-fate/granted/releases/tag/v0.35.0
2024-10-21 06:53:00 +01:00
José Ribeiro
a40bac7fd1
granted: add jlbribeiro as maintainer
Removes @ivankovnatsky as maintainer following
https://github.com/NixOS/nixpkgs/pull/347364#pullrequestreview-2357233641
2024-10-21 06:53:00 +01:00
José Ribeiro
b74384f636
granted: add versionCheckHook 2024-10-21 06:53:00 +01:00
José Ribeiro
b7b77c5f95
granted: set updateScript 2024-10-21 06:53:00 +01:00
José Ribeiro
a34f215769
granted: format using nixfmt 2024-10-21 06:52:54 +01:00
Ramses
bfae445b3a
gramma: remove mkYarnPackage usage (#342145) 2024-10-20 18:59:28 +02:00
Fabian Affolter
e656ac409b graphpython: init at 1.0-unstable-2024-07-28
Microsoft Graph API (Entra, o365, and Intune) enumeration and exploitation toolkit

https://github.com/mlcsec/Graphpython
2024-10-20 11:17:16 +02:00
Artturin
a97ba1d098
granted: fix wrapping of assume script (#347816) 2024-10-19 05:55:28 +03:00
Fabian Affolter
01623d6e80 grimoire: init at 0.1.0
Tool to generate datasets of cloud audit logs for common attacks

https://github.com/DataDog/grimoire
2024-10-15 23:36:02 +02:00
Matthew Kenigsberg
2fc61b161d
granted: fix wrapping of assume script
This fixes a few problems with the assume script in the granted package.

- assume is currently being exec'ed by a wrapper script created with
  wrapProgram, but it should be sourced. This causes the error:
```
line 172: return: can only `return' from a function or sourced script
```

- assume inspects argv[0] to check if an alias has been added to the
  user's shell profile. This means a wrapper of any kind won't work,
  even if it called source instead of exec, because source will still
  set argv[0]. This means assume always tries to add the alias, but it
  fails when it has already added the alias.
```
[i] To assume roles with Granted, we need to add an alias to your shell profile (https://docs.commonfate.io/granted/internals/shell-alias)
? Install zsh alias at /Users/matthew/.zshenv Yes

[✘] the Granted alias has already been added to /Users/matthew/.zshenv
```

- assume depends on assumego, so if it is run directly from e.g. a
  result directory created with `nix build`, it will output
```
line 22: assumego: command not found
```

Fix all of these problems by dropping the wrapper around assume, and
instead insert a few lines into the start of the assume script that add
xdg-utils and granted to assume's PATH.
2024-10-11 08:07:43 -06:00
R. Ryantm
e42d286abb greenmask: 0.1.14 -> 0.2.0 2024-10-10 04:18:59 +00:00
R. Ryantm
170d8657e1 graphite-cli: 1.4.5 -> 1.4.6 2024-10-06 04:35:55 +00:00
Ivan Kovnatsky
f3f69171dd
treewide: migrate packages maintained by ivankovnatsky to by-name 2024-10-04 16:31:04 +03:00
h7x4
24bde9f561
graphite-cli: 1.4.4 -> 1.4.5 (#345076) 2024-10-01 01:12:13 +02:00
Dennis Gosnell
edc63e0b83
gren: init at 0.4.5 (#344666) 2024-09-30 17:03:40 +09:00
Weijia Wang
9f2fef7051
grcov: fix build (#344835) 2024-09-29 15:53:05 +02:00
Fabian Affolter
51d1a64adb grype: 0.80.2 -> 0.81.0
Diff: https://github.com/anchore/grype/compare/refs/tags/v0.80.2...v0.81.0

Changelog: https://github.com/anchore/grype/releases/tag/v0.81.0
2024-09-28 21:21:42 +02:00
R. Ryantm
ddbc429f15 graphite-cli: 1.4.4 -> 1.4.5 2024-09-28 11:24:22 +00:00
emilylange
673b330772
grafana-alloy: 1.3.1 -> 1.4.1
https://github.com/grafana/alloy/releases/tag/v1.4.0
https://github.com/grafana/alloy/releases/tag/v1.4.1

diff: https://github.com/grafana/alloy/compare/v1.3.1...v1.4.1
2024-09-27 21:55:32 +02:00
emilylange
ca1260a39d
grafana-alloy: don't build the frontend twice
Prior to this, we built the frontend twice.
Once in the goModules derivation and then the second time in the actual
derivation.
2024-09-27 21:51:55 +02:00
Thiago Kenji Okada
c362e9e298
grim: adopt and refactor (#342840) 2024-09-27 19:18:26 +01:00
wxt
96ad63ccae grcov: fix build 2024-09-27 16:21:03 +08:00
wxt
cf6ad7f59c grcov: move to by-name ;nixfmt 2024-09-27 15:55:18 +08:00
TomaSajt
9bd83ec263
gren: init at 0.4.5 2024-09-26 16:11:54 +02:00
Peder Bergebakken Sundt
d52f217509
granian: 1.5.2 -> 1.6.0 (#344012) 2024-09-25 10:37:59 +02:00
Fabian Affolter
470954b86f
grype: 0.80.0 -> 0.80.2 (#344277) 2024-09-25 09:07:55 +02: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
Fabian Affolter
c73892df3f grype: 0.80.0 -> 0.80.2
Diff: anchore/grype@refs/tags/v0.80.0...v0.80.2

Changelog: https://github.com/anchore/grype/releases/tag/v0.80.2
2024-09-24 21:27:44 +02:00
lucastso10
5cab492e06 granian: 1.5.2 -> 1.6.0 2024-09-23 14:27:41 -03:00
Aleksana
17bcadc34a
granian: init at 1.5.2 (#337746) 2024-09-21 08:44:06 +08:00
TomaSajt
53596231c8
gramma: remove mkYarnPackage usage 2024-09-19 19:25:00 +02:00
Johannes Jöns
b96572e6bc
gruvbox-gtk-theme: 0-unstable-2024-07-22 -> 0-unstable-2024-09-12 (#342283) 2024-09-18 18:02:31 +00:00
Anderson Torres
4994bd1a2b grim: refactor and adopt
- finalAttrs
- strictDeps
2024-09-18 13:55:02 -03:00
Anderson Torres
0611a6bf49 grim: migrate to by-name 2024-09-18 13:38:53 -03:00
Anderson Torres
f0e64ce16f treewide: migrate packages maintained by AndersonTorres to by-name
Manual migration for the sake of by-name migration is no longer discouraged
since #340235.
2024-09-16 14:26:47 -03:00
R. Ryantm
5805b96225 gruvbox-gtk-theme: 0-unstable-2024-07-22 -> 0-unstable-2024-09-12 2024-09-16 11:55:31 +00: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
Hentioe
aeaf865ea9 graphicsmagick: add heif support 2024-09-11 22:50:33 +08:00
lucastso10
ae9471fd64 granian: init at 1.5.2 2024-09-09 14:40:58 -03:00
R. Ryantm
1999135fae graphite-cli: 1.4.3 -> 1.4.4 2024-09-06 09:49:47 +00:00
emilylange
4c24f31c8e
grafana-alloy: 1.3.0 -> 1.3.1
https://github.com/grafana/alloy/releases/tag/v1.3.1

https://github.com/grafana/alloy/blob/v1.3.1/CHANGELOG.md

diff: https://github.com/grafana/alloy/compare/v1.3.0...v1.3.1
2024-08-27 21:23:42 +02:00
Nick Cao
9043c23d73
graphite-cli: 1.4.2 -> 1.4.3 (#337158) 2024-08-26 18:10:01 -04:00