1
1
Fork 0

empyrean: update intake to 1.2.0

This commit is contained in:
Jaculabilis 2024-09-21 20:16:26 +00:00
parent c4725502a2
commit c37320c1d4
2 changed files with 7 additions and 6 deletions

View File

@ -27,15 +27,16 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1719590135, "lastModified": 1726956425,
"narHash": "sha256-zwg59WLPab5WFvpXGeo3qxYJd0eUjQRzz09643L4SEo=", "narHash": "sha256-mQghE33wmZLAVPOMgSWn5X8Q8ZI2VP5zJDZ5wLluOz0=",
"ref": "refs/heads/master", "ref": "develop",
"rev": "40464e907809b17285dbf6309a90d6b27d91853b", "rev": "256a52e9021385bce6d38f54dfaf181f17ff07ab",
"revCount": 85, "revCount": 97,
"type": "git", "type": "git",
"url": "ssh://gitea@git.alogoulogoi.com/Jaculabilis/intake.git" "url": "ssh://gitea@git.alogoulogoi.com/Jaculabilis/intake.git"
}, },
"original": { "original": {
"ref": "develop",
"type": "git", "type": "git",
"url": "ssh://gitea@git.alogoulogoi.com/Jaculabilis/intake.git" "url": "ssh://gitea@git.alogoulogoi.com/Jaculabilis/intake.git"
} }

View File

@ -8,7 +8,7 @@
flake = false; flake = false;
}; };
intake = { intake = {
url = "git+ssh://gitea@git.alogoulogoi.com/Jaculabilis/intake.git"; url = "git+ssh://gitea@git.alogoulogoi.com/Jaculabilis/intake.git?ref=develop";
inputs.nixpkgs.follows = "nixpkgs-2405"; inputs.nixpkgs.follows = "nixpkgs-2405";
inputs.flake-compat.follows = "flake-compat"; inputs.flake-compat.follows = "flake-compat";
}; };