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": {
"lastModified": 1719590135,
"narHash": "sha256-zwg59WLPab5WFvpXGeo3qxYJd0eUjQRzz09643L4SEo=",
"ref": "refs/heads/master",
"rev": "40464e907809b17285dbf6309a90d6b27d91853b",
"revCount": 85,
"lastModified": 1726956425,
"narHash": "sha256-mQghE33wmZLAVPOMgSWn5X8Q8ZI2VP5zJDZ5wLluOz0=",
"ref": "develop",
"rev": "256a52e9021385bce6d38f54dfaf181f17ff07ab",
"revCount": 97,
"type": "git",
"url": "ssh://gitea@git.alogoulogoi.com/Jaculabilis/intake.git"
},
"original": {
"ref": "develop",
"type": "git",
"url": "ssh://gitea@git.alogoulogoi.com/Jaculabilis/intake.git"
}

View File

@ -8,7 +8,7 @@
flake = false;
};
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.flake-compat.follows = "flake-compat";
};