Compare commits

...

2 commits

Author SHA1 Message Date
Ingolf Wagner
6a81eb5896
buildbot tests 2024-07-22 00:34:28 +02:00
Ingolf Wagner
7fabef2424
remove secrets repository 2024-07-22 00:33:11 +02:00
2 changed files with 8 additions and 30 deletions

View file

@ -121,15 +121,16 @@
"treefmt-nix": "treefmt-nix" "treefmt-nix": "treefmt-nix"
}, },
"locked": { "locked": {
"lastModified": 1721526898, "lastModified": 1721420442,
"narHash": "sha256-HFaqhuClCWau5sbxDlNXFtElELSqn7oEgPEt2iW4nkA=", "narHash": "sha256-QpO+3WsdWblHHM5UMm/zuJJ0Ur4JSfDtm+B+3VbOtlA=",
"owner": "nix-community", "owner": "MagicRB",
"repo": "buildbot-nix", "repo": "buildbot-nix",
"rev": "be581a532080db9f37a9ec8522eca351929fc846", "rev": "c891975243d8fd82d921ebb609e13af9a65ae254",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nix-community", "owner": "MagicRB",
"ref": "pydantic-convert",
"repo": "buildbot-nix", "repo": "buildbot-nix",
"type": "github" "type": "github"
} }
@ -949,29 +950,11 @@
"polygon-art": "polygon-art", "polygon-art": "polygon-art",
"private_assets": "private_assets", "private_assets": "private_assets",
"retiolum": "retiolum", "retiolum": "retiolum",
"secrets": "secrets",
"srvos": "srvos", "srvos": "srvos",
"stylix": "stylix", "stylix": "stylix",
"taskshell": "taskshell" "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": { "sops-nix": {
"inputs": { "inputs": {
"nixpkgs": [ "nixpkgs": [

View file

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