mirror of
https://codeberg.org/demostf/frontend.git
synced 2026-06-03 18:24:12 +02:00
fix flake
This commit is contained in:
parent
cd748f1403
commit
04ae714282
2 changed files with 20 additions and 16 deletions
30
flake.lock
generated
30
flake.lock
generated
|
|
@ -22,14 +22,17 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1732368988,
|
||||
"narHash": "sha256-X3Sqxfi8h2qgdBE0pad4E6EUHSVSyHdXnKuYM9/v0tQ=",
|
||||
"path": "/home/robin/Projects/flakelight",
|
||||
"type": "path"
|
||||
"lastModified": 1734353159,
|
||||
"narHash": "sha256-TDCUemm0azypG46OnVNISAcz6LDuMnD8rixps1NejfQ=",
|
||||
"owner": "nix-community",
|
||||
"repo": "flakelight",
|
||||
"rev": "8ea81fa76945397adb766e1f249238bab6e72079",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"path": "/home/robin/Projects/flakelight",
|
||||
"type": "path"
|
||||
"owner": "nix-community",
|
||||
"repo": "flakelight",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"mill-scale": {
|
||||
|
|
@ -41,14 +44,17 @@
|
|||
"rust-overlay": "rust-overlay"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1732308743,
|
||||
"narHash": "sha256-z9tk/ssnvmd3zZCaYWtycTAD/7X7jSJX2btO7QO4y1I=",
|
||||
"path": "/home/robin/Projects/mill-scale",
|
||||
"type": "path"
|
||||
"lastModified": 1734789971,
|
||||
"narHash": "sha256-Krf10FGET5NRfrWcQjaaSpo6cSXM2Wyl84DqHttNghw=",
|
||||
"owner": "icewind1991",
|
||||
"repo": "mill-scale",
|
||||
"rev": "ad3de3f1708ae23e9ebf2b4ef0f787366ddc45ee",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"path": "/home/robin/Projects/mill-scale",
|
||||
"type": "path"
|
||||
"owner": "icewind1991",
|
||||
"repo": "mill-scale",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nixpkgs": {
|
||||
|
|
|
|||
|
|
@ -2,13 +2,11 @@
|
|||
inputs = {
|
||||
nixpkgs.url = "nixpkgs/nixos-24.11";
|
||||
flakelight = {
|
||||
# url = "github:nix-community/flakelight";
|
||||
url = "path:/home/robin/Projects/flakelight";
|
||||
url = "github:nix-community/flakelight";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
mill-scale = {
|
||||
# url = "github:icewind1991/mill-scale";
|
||||
url = "path:/home/robin/Projects/mill-scale";
|
||||
url = "github:icewind1991/mill-scale";
|
||||
inputs.flakelight.follows = "flakelight";
|
||||
};
|
||||
npmlock2nix = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue