empyrean: update intake to 1.2.0
This commit is contained in:
parent
c4725502a2
commit
c37320c1d4
11
flake.lock
11
flake.lock
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue