deployment kinda works again

This commit is contained in:
Ingolf Wagner 2024-06-05 15:10:28 +02:00
parent fbe4e0b9fc
commit 843b3a2752
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
2 changed files with 13 additions and 11 deletions

View file

@ -129,11 +129,11 @@
"treefmt-nix": "treefmt-nix" "treefmt-nix": "treefmt-nix"
}, },
"locked": { "locked": {
"lastModified": 1717579882, "lastModified": 1717591022,
"narHash": "sha256-pwH5bNPRQ09JdTgtiDoYxT5IgZOg01O/JK94gfy19P4=", "narHash": "sha256-gFdQoSIsj/mWtWMtlDjCfpHKCkkpiG4+EQ/fkDxA/aw=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "bc602dbf3ce572a5886f240a9da1222b935a4cae", "rev": "5ef170020d0db4bc1c4496f9b1d4a56cfdc9920d",
"revCount": 3024, "revCount": 3036,
"type": "git", "type": "git",
"url": "https://git.clan.lol/clan/clan-core" "url": "https://git.clan.lol/clan/clan-core"
}, },
@ -909,16 +909,18 @@
}, },
"private_assets": { "private_assets": {
"locked": { "locked": {
"dirtyRev": "2526dc099d13a5a2151039543c0ccef98d3f1b7b-dirty", "lastModified": 1717182141,
"dirtyShortRev": "2526dc0-dirty",
"lastModified": 1716553175,
"narHash": "sha256-xH2qgPBYnNHRSYTePMVI5Xqf0SKhInLBbkqG2Ad1rSA=", "narHash": "sha256-xH2qgPBYnNHRSYTePMVI5Xqf0SKhInLBbkqG2Ad1rSA=",
"ref": "main",
"rev": "8f057aa2c9cbee212b564343a1b750a7ce09ad74",
"revCount": 24,
"type": "git", "type": "git",
"url": "file:///home/palo/dev/nixos/nixos-private-assets" "url": "ssh://forgejo@git.ingolf-wagner.de/palo/nixos-private-assets.git"
}, },
"original": { "original": {
"ref": "main",
"type": "git", "type": "git",
"url": "file:///home/palo/dev/nixos/nixos-private-assets" "url": "ssh://forgejo@git.ingolf-wagner.de/palo/nixos-private-assets.git"
} }
}, },
"retiolum": { "retiolum": {

View file

@ -52,8 +52,8 @@
}; };
private_assets = { private_assets = {
url = "git+file:///home/palo/dev/nixos/nixos-private-assets"; #url = "git+file:///home/palo/dev/nixos/nixos-private-assets";
#url = "git+ssh://forgejo@git.ingolf-wagner.de/palo/nixos-private-assets.git?ref=main"; url = "git+ssh://forgejo@git.ingolf-wagner.de/palo/nixos-private-assets.git?ref=main";
flake = true; flake = true;
}; };