mirror of
https://github.com/srid/nixos-config.git
synced 2026-07-16 22:01:33 +08:00
Remove submodules entirely
This commit is contained in:
parent
43b4ba7bdc
commit
f61aa49c4d
5 changed files with 11 additions and 17 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -1,3 +0,0 @@
|
||||||
[submodule "vendor/jumphost-nix"]
|
|
||||||
path = vendor/jumphost-nix
|
|
||||||
url = https://github.com/srid/jumphost-nix.git
|
|
||||||
|
|
@ -57,10 +57,6 @@ Start from `flake.nix` (see [Flakes](https://nixos.wiki/wiki/Flakes)). [`flake-p
|
||||||
| `./secrets` | N/A (agenix data) |
|
| `./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
|
## Tips
|
||||||
|
|
||||||
- To update NixOS (and other inputs) run `nix flake update`
|
- To update NixOS (and other inputs) run `nix flake update`
|
||||||
|
|
|
||||||
16
flake.lock
generated
16
flake.lock
generated
|
|
@ -821,14 +821,18 @@
|
||||||
"jumphost-nix": {
|
"jumphost-nix": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"path": "vendor/jumphost-nix",
|
"lastModified": 1763752552,
|
||||||
"type": "path"
|
"narHash": "sha256-6oHN28aCD0jsBxliKfwdjUoHuhAMZgTRZJmllyDgDKA=",
|
||||||
|
"owner": "srid",
|
||||||
|
"repo": "jumphost-nix",
|
||||||
|
"rev": "77fc2b85b3c7a830f2ae7ab0b6716b10e0b480f1",
|
||||||
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"path": "vendor/jumphost-nix",
|
"owner": "srid",
|
||||||
"type": "path"
|
"repo": "jumphost-nix",
|
||||||
},
|
"type": "github"
|
||||||
"parent": []
|
}
|
||||||
},
|
},
|
||||||
"landrun-nix": {
|
"landrun-nix": {
|
||||||
"locked": {
|
"locked": {
|
||||||
|
|
|
||||||
|
|
@ -3,8 +3,6 @@
|
||||||
|
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
self.submodules = true; # See ./vendor
|
|
||||||
|
|
||||||
flake-parts.url = "github:hercules-ci/flake-parts";
|
flake-parts.url = "github:hercules-ci/flake-parts";
|
||||||
|
|
||||||
# Principle inputs
|
# Principle inputs
|
||||||
|
|
@ -35,7 +33,7 @@
|
||||||
# landrun-nix.url = "github:srid/landrun-nix";
|
# landrun-nix.url = "github:srid/landrun-nix";
|
||||||
landrun-nix.url = "github:adrian-gierakowski/landrun-nix/darwin-implementation-via-sandbox-exec";
|
landrun-nix.url = "github:adrian-gierakowski/landrun-nix/darwin-implementation-via-sandbox-exec";
|
||||||
AI.url = "github:srid/AI";
|
AI.url = "github:srid/AI";
|
||||||
jumphost-nix.url = "path:vendor/jumphost-nix";
|
jumphost-nix.url = "github:srid/jumphost-nix";
|
||||||
jumphost-nix.flake = false;
|
jumphost-nix.flake = false;
|
||||||
|
|
||||||
# Neovim
|
# Neovim
|
||||||
|
|
|
||||||
1
vendor/jumphost-nix
vendored
1
vendor/jumphost-nix
vendored
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit 77fc2b85b3c7a830f2ae7ab0b6716b10e0b480f1
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue