packaging: use fenix for dev shell

This commit is contained in:
Qyriad 2026-02-16 18:02:39 +01:00
parent f46c2a9934
commit 26397ccf37
4 changed files with 32 additions and 4 deletions

17
flake.lock generated
View file

@ -1,5 +1,21 @@
{
"nodes": {
"fenix": {
"flake": false,
"locked": {
"lastModified": 1771226183,
"narHash": "sha256-AbaMtaLbe37l2VI/KSRk63PuBnX/YDDFL0G1eFMbvwI=",
"owner": "nix-community",
"repo": "fenix",
"rev": "2e3759c5ef51f320eb0aaf83f2a32baae33db237",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "fenix",
"type": "github"
}
},
"flake-utils": {
"inputs": {
"systems": "systems"
@ -53,6 +69,7 @@
},
"root": {
"inputs": {
"fenix": "fenix",
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs",
"qyriad-nur": "qyriad-nur"