Skip to content

Commit b7a2d77

Browse files
committed
Remove the old staging setup
Move container.nix into infra so local container development is still possible
1 parent f10be01 commit b7a2d77

34 files changed

+3
-974
lines changed

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ rec {
1818
overlays = [ overlay ];
1919
package = pkgs.web-security-tracker;
2020
module = import ./nix/web-security-tracker.nix;
21-
dev-container = import ./staging/container.nix;
21+
dev-container = import ./infra/container.nix;
2222
dev-setup = import ./nix/dev-setup.nix;
2323

2424
pre-commit-check = pkgs.pre-commit-hooks {

infra/npins/sources.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"nixpkgs": {
1919
"type": "Channel",
2020
"name": "nixpkgs-unstable",
21-
"url": "https://releases.nixos.org/nixpkgs/nixpkgs-24.11pre704822.85f7e662eda4/nixexprs.tar.xz",
22-
"hash": "0dqlz0xqd3nn49hnx943y5sfqd7nmj25s6gi1pjm907j3vbgg47k"
21+
"url": "https://releases.nixos.org/nixpkgs/nixpkgs-25.05pre739572.041c867bad68/nixexprs.tar.xz",
22+
"hash": "1q20wpqany8694vy1rp0zb3kmzf3ds1i09bz273nwf0rfdahidvi"
2323
}
2424
},
2525
"version": 3

staging/README.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

staging/configuration.nix

Lines changed: 0 additions & 66 deletions
This file was deleted.

staging/deploy.sh

Lines changed: 0 additions & 38 deletions
This file was deleted.

staging/dump-database.sh

Lines changed: 0 additions & 53 deletions
This file was deleted.

staging/keys/alejandrosame

Lines changed: 0 additions & 1 deletion
This file was deleted.

staging/keys/erictapen

Lines changed: 0 additions & 1 deletion
This file was deleted.

staging/keys/fricklerhandwerk

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)