update inputs with shallow depth

This commit is contained in:
2025-06-05 13:55:45 -05:00
parent 4a60c4596b
commit 928d89d39e
2 changed files with 10 additions and 9 deletions
+8 -7
View File
@@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1749089136, "lastModified": 1749147380,
"narHash": "sha256-A1UgwtAEQYd38Z6VoRAiGs4jZQczAGyP5DF3hhYUdpg=", "narHash": "sha256-UvCI5f1qD9l1fCQkoG/kJI0yNjDQIiJaN7gkve8fmII=",
"owner": "nix-community", "owner": "nix-community",
"repo": "disko", "repo": "disko",
"rev": "a4f7deb49f7336feb6c5abaf213b374936421dbe", "rev": "d74db625a5cf3f46cf8fa545d6ef10bd3463ea07",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -221,11 +221,12 @@
"narHash": "sha256-l5vEHHoG0X49ZaAi/dlyVidrgRl+uY2sTHSXiPStoUA=", "narHash": "sha256-l5vEHHoG0X49ZaAi/dlyVidrgRl+uY2sTHSXiPStoUA=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "f6dad37607b8044097d2f8700aee755e4268a6ce", "rev": "f6dad37607b8044097d2f8700aee755e4268a6ce",
"revCount": 14, "shallow": true,
"type": "git", "type": "git",
"url": "ssh://git@github.com/RoyDumblauskas/server-semi-secrets" "url": "ssh://git@github.com/RoyDumblauskas/server-semi-secrets"
}, },
"original": { "original": {
"shallow": true,
"type": "git", "type": "git",
"url": "ssh://git@github.com/RoyDumblauskas/server-semi-secrets" "url": "ssh://git@github.com/RoyDumblauskas/server-semi-secrets"
} }
@@ -297,11 +298,11 @@
"nixpkgs": "nixpkgs_3" "nixpkgs": "nixpkgs_3"
}, },
"locked": { "locked": {
"lastModified": 1749140308, "lastModified": 1749149328,
"narHash": "sha256-qUdbbvRcnff4IcqvYB9lE6/R4w4QrMUtvc9iDJE2g3s=", "narHash": "sha256-/cdYxdO1RrcFMPj/YmYQEZWL4LMbiV3ZLplQLZT79os=",
"owner": "RoyDumblauskas", "owner": "RoyDumblauskas",
"repo": "tests-service", "repo": "tests-service",
"rev": "938de22060286391156f8d8533f8e7f7fa6b498b", "rev": "e260cd74cdead80078136ab65cb173c107b45efd",
"type": "github" "type": "github"
}, },
"original": { "original": {
+2 -2
View File
@@ -4,7 +4,7 @@
inputs = { inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11"; nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
nixvim.url = "github:nix-community/nixvim"; nixvim.url = "github:nix-community/nixvim";
quasiSecrets.url = "git+ssh://git@github.com/RoyDumblauskas/server-semi-secrets"; quasiSecrets.url = "git+ssh://git@github.com/RoyDumblauskas/server-semi-secrets?shallow=1";
home-manager = { home-manager = {
url = "github:nix-community/home-manager/release-24.11"; url = "github:nix-community/home-manager/release-24.11";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
@@ -22,7 +22,7 @@
# It just happens to be stored in the same repository (relative), # It just happens to be stored in the same repository (relative),
# but could well be a separate repository # but could well be a separate repository
tests-service = { tests-service = {
url = "github:RoyDumblauskas/tests-service"; url = "github:RoyDumblauskas/tests-service?shallow=1";
}; };
}; };