1
0
Fork 0
mirror of https://github.com/Mic92/sops-nix.git synced 2024-12-14 11:57:52 +00:00
Commit graph

174 commits

Author SHA1 Message Date
Jörg Thalheim
cdcb3230be
Merge pull request #88 from ncfavier/patch-1
flake.nix: provide a nixosModule attribute
2021-03-06 09:40:57 +00:00
Naïm Favier
8dfabd91f8
flake.nix: provide a nixosModule attribute 2021-03-06 10:22:39 +01:00
Jörg Thalheim
5f82119d97
Merge pull request #78 from Mic92/ssh-to-pgp
switch to ssh-to-pgp in nixpkgs
2021-02-22 06:03:36 +00:00
Jörg Thalheim
f540b74ced
remove ssh-to-pgp from sops-nix 2021-02-22 06:49:46 +01:00
Jörg Thalheim
d578742590
Merge pull request #81 from berbiche/fix/sops-pgp-hook-strict-shell
Fix sops-pgp-hook erroring in a strict shell
2021-02-09 08:41:34 +00:00
Nicolas Berbiche
a3b53c6087
Fix sops-pgp-hook erroring in a strict shell 2021-02-08 15:49:30 -05:00
Jörg Thalheim
c3d43f833b
Merge pull request #79 from hackworthltd/master
Add an overlay to the flake.
2021-02-08 08:43:35 +00:00
Drew Hess
ecb42cdcf9
Add an overlay to the flake. 2021-02-06 16:47:44 +00:00
Jörg Thalheim
4a8cb2bd50
Merge pull request #76 from Mic92/cross-fixes 2021-02-01 13:10:44 +00:00
Jörg Thalheim
afee6a053b
golangci-lint: fix build 2021-02-01 13:51:51 +01:00
Jörg Thalheim
d665aecd88
fix 32-bit build 2021-02-01 13:50:17 +01:00
Jörg Thalheim
b37a5b9a45
update nixpkgs 2021-02-01 13:50:17 +01:00
Jörg Thalheim
444b289bc2
Merge pull request #74 from lovesegfault/fix-lib 2021-02-01 08:32:57 +00:00
Jörg Thalheim
dc4397b244
Merge branch 'master' into fix-lib 2021-02-01 08:09:02 +00:00
Jörg Thalheim
31511bf445
Merge pull request #73 from Mic92/cross
fix cross compilation
2021-02-01 08:08:35 +00:00
Bernardo Meurer
dd7dfdcb6a
pkgs: don't reference deprecated stdenv.lib
`stdenv.lib` has been deprecated in favor of using `lib` directly.
2021-01-31 18:02:23 -08:00
Jörg Thalheim
23fae8a8b1
fix cross compilation 2021-01-30 10:26:09 +01:00
Jörg Thalheim
ab321bf72a
Merge pull request #71 from Mic92/ramfs
only mount ramfs once
2021-01-28 21:47:20 +00:00
Jörg Thalheim
4de7358a2b
only mount ramfs once 2021-01-28 22:36:12 +01:00
Jörg Thalheim
3735915c48
Merge pull request #69 from Mic92/lists 2021-01-27 06:41:06 +00:00
Jörg Thalheim
47a99b6957
Merge branch 'master' into lists 2021-01-27 06:23:50 +00:00
Jörg Thalheim
80ad73c347
fix sops files that contains lists
fixes #68
2021-01-27 07:22:56 +01:00
Jörg Thalheim
e4592cce2a
Merge pull request #66 from madonius/patch-1 2021-01-26 15:35:00 +00:00
Jörg Thalheim
5d07ee4901
Merge branch 'master' into patch-1 2021-01-26 15:28:08 +00:00
Jörg Thalheim
e91af96195
Merge pull request #67 from edibopp/fix-flakes 2021-01-26 15:22:01 +00:00
Eduard Bopp
5ad42ebfb3 Add flake-based GitHub Actions workflow 2021-01-26 15:48:56 +01:00
Eduard Bopp
0be44e088b Fix impurity in test invocation
The system must be specified, as its default is
`builtins.currentSystem`, which is disallowed as an impure function
during flake evaluation.
2021-01-26 15:48:56 +01:00
Emmanouil Kampitakis
4a534b8c64
Fix minor typo in readme 2021-01-26 13:58:19 +01:00
Eduard Bopp
3c1b9197b0 Fix basic flake structure
This makes at least `nix flake show` work and some of the packages.
2021-01-26 13:25:54 +01:00
Jörg Thalheim
261094cc01
Merge pull request #64 from SuperSandro2000/patch-1
Fix grammar
2021-01-24 23:37:07 +00:00
Sandro
4844ac142e
Fix grammar 2021-01-25 00:15:22 +01:00
Jörg Thalheim
4a7bf1c67c
Merge pull request #60 from jpotier/augment-shellhook
Keep the original shellHook if it is set, and run it after `sopsPGPHook`
2021-01-08 05:23:56 +00:00
Martin Potier
40f42e95b6
Keep the original shellHook if it is set 2021-01-07 16:24:18 +02:00
Jörg Thalheim
a0e8ec2e2b
Merge pull request #58 from glenn-m/fix-readme-secret-paths
Fixing secrets path in README
2021-01-02 08:37:06 +00:00
Glenn McDonald
97f0f6f520
Fixing secrets path in README 2021-01-01 22:26:39 -05:00
Jörg Thalheim
da343afab9
Merge pull request #57 from petabyteboy/patch-1
README: fix nix-shell command
2020-12-30 05:36:07 +00:00
Milan
f083d6b3db
README: fix nix-shell command 2020-12-29 22:07:09 +01:00
Jörg Thalheim
984452514d
Merge pull request #56 from Mic92/fix-tests2 2020-12-29 14:58:16 +00:00
Jörg Thalheim
fda0a517f0
Merge branch 'master' into fix-tests2 2020-12-29 14:29:37 +00:00
Jörg Thalheim
9ee449a266
update nixpkgs 2020-12-29 15:29:11 +01:00
Jörg Thalheim
797e755277
Merge pull request #52 from Mic92/fix-tests2
ssh-to-pgp: fix tests
2020-12-15 03:18:05 +00:00
Jörg Thalheim
9b65d30bad
ssh-to-pgp: fix tests 2020-12-15 04:05:56 +01:00
Jörg Thalheim
21333cfb81
remove misleading test badge 2020-12-02 17:59:51 +01:00
Jörg Thalheim
b0d764fccd
upgrade cachix 2020-11-18 21:10:33 +01:00
Jörg Thalheim
9b7767473d
add dependabot 2020-11-18 21:08:25 +01:00
Jörg Thalheim
01798f83c8
Merge pull request #47 from Mic92/fix 2020-11-18 16:25:34 +01:00
Jörg Thalheim
46cb2cf7f6
fix cachix 2020-11-18 16:18:27 +01:00
Jörg Thalheim
378fe484f9
fix sops-install-secrets with nixpkgs unstable 2020-11-18 16:08:59 +01:00
Jörg Thalheim
6a921737d4
Merge pull request #45 from Mic92/ci
parallelize CI
2020-11-13 13:00:58 +01:00
Jörg Thalheim
c7826f534e
parallelize CI 2020-11-13 12:54:33 +01:00