Remove submodules entirely

This commit is contained in:
Sridhar Ratnakumar 2026-03-14 09:22:23 -04:00
parent 43b4ba7bdc
commit f61aa49c4d
5 changed files with 11 additions and 17 deletions

3
.gitmodules vendored
View file

@ -1,3 +0,0 @@
[submodule "vendor/jumphost-nix"]
path = vendor/jumphost-nix
url = https://github.com/srid/jumphost-nix.git

View file

@ -57,10 +57,6 @@ Start from `flake.nix` (see [Flakes](https://nixos.wiki/wiki/Flakes)). [`flake-p
| `./secrets` | N/A (agenix data) |
### Git Submodules
The `vendor/` directory contains git submodules. See [this blog post](https://nixos.asia/en/blog/git-submodule-input) for details.
## Tips
- To update NixOS (and other inputs) run `nix flake update`

16
flake.lock generated
View file

@ -821,14 +821,18 @@
"jumphost-nix": {
"flake": false,
"locked": {
"path": "vendor/jumphost-nix",
"type": "path"
"lastModified": 1763752552,
"narHash": "sha256-6oHN28aCD0jsBxliKfwdjUoHuhAMZgTRZJmllyDgDKA=",
"owner": "srid",
"repo": "jumphost-nix",
"rev": "77fc2b85b3c7a830f2ae7ab0b6716b10e0b480f1",
"type": "github"
},
"original": {
"path": "vendor/jumphost-nix",
"type": "path"
},
"parent": []
"owner": "srid",
"repo": "jumphost-nix",
"type": "github"
}
},
"landrun-nix": {
"locked": {

View file

@ -3,8 +3,6 @@
inputs = {
self.submodules = true; # See ./vendor
flake-parts.url = "github:hercules-ci/flake-parts";
# Principle inputs
@ -35,7 +33,7 @@
# landrun-nix.url = "github:srid/landrun-nix";
landrun-nix.url = "github:adrian-gierakowski/landrun-nix/darwin-implementation-via-sandbox-exec";
AI.url = "github:srid/AI";
jumphost-nix.url = "path:vendor/jumphost-nix";
jumphost-nix.url = "github:srid/jumphost-nix";
jumphost-nix.flake = false;
# Neovim

1
vendor/jumphost-nix vendored

@ -1 +0,0 @@
Subproject commit 77fc2b85b3c7a830f2ae7ab0b6716b10e0b480f1