Compare commits

..

No commits in common. "6a81eb5896c7f4a31238f55e89b49b57df4083fb" and "9631758da008fdd3b1ec980fef58593d368a7ce4" have entirely different histories.

2 changed files with 30 additions and 8 deletions

View file

@ -121,16 +121,15 @@
"treefmt-nix": "treefmt-nix"
},
"locked": {
"lastModified": 1721420442,
"narHash": "sha256-QpO+3WsdWblHHM5UMm/zuJJ0Ur4JSfDtm+B+3VbOtlA=",
"owner": "MagicRB",
"lastModified": 1721526898,
"narHash": "sha256-HFaqhuClCWau5sbxDlNXFtElELSqn7oEgPEt2iW4nkA=",
"owner": "nix-community",
"repo": "buildbot-nix",
"rev": "c891975243d8fd82d921ebb609e13af9a65ae254",
"rev": "be581a532080db9f37a9ec8522eca351929fc846",
"type": "github"
},
"original": {
"owner": "MagicRB",
"ref": "pydantic-convert",
"owner": "nix-community",
"repo": "buildbot-nix",
"type": "github"
}
@ -950,11 +949,29 @@
"polygon-art": "polygon-art",
"private_assets": "private_assets",
"retiolum": "retiolum",
"secrets": "secrets",
"srvos": "srvos",
"stylix": "stylix",
"taskshell": "taskshell"
}
},
"secrets": {
"flake": false,
"locked": {
"lastModified": 1712505515,
"narHash": "sha256-XvuG5hC5EKAcie8dycZ7x5myPrObCkrCfUNkH/rsiTE=",
"ref": "main",
"rev": "edb5928f4d18aa58856b695139fc20a77c8763d5",
"revCount": 66,
"type": "git",
"url": "ssh://forgejo@git.ingolf-wagner.de/palo/nixos-secrets.git"
},
"original": {
"ref": "main",
"type": "git",
"url": "ssh://forgejo@git.ingolf-wagner.de/palo/nixos-secrets.git"
}
},
"sops-nix": {
"inputs": {
"nixpkgs": [

View file

@ -1,6 +1,11 @@
{
inputs = {
secrets = {
url = "git+ssh://forgejo@git.ingolf-wagner.de/palo/nixos-secrets.git?ref=main";
flake = false;
};
flake-parts.url = "github:hercules-ci/flake-parts";
flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs";
@ -76,8 +81,7 @@
inputs.home-manager.follows = "home-manager";
};
#buildbot-nix.url = "github:nix-community/buildbot-nix";
buildbot-nix.url = "github:MagicRB/buildbot-nix?ref=pydantic-convert";
buildbot-nix.url = "github:nix-community/buildbot-nix";
# smoke test framwork to trigger tests (enable if I want to use it for real)
#smoke = {
@ -117,6 +121,7 @@
, polygon-art
, private_assets
, retiolum
, secrets
, srvos
, stylix
, taskshell