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": {
|
"locked": {
|
||||||
"lastModified": 1732368988,
|
"lastModified": 1734353159,
|
||||||
"narHash": "sha256-X3Sqxfi8h2qgdBE0pad4E6EUHSVSyHdXnKuYM9/v0tQ=",
|
"narHash": "sha256-TDCUemm0azypG46OnVNISAcz6LDuMnD8rixps1NejfQ=",
|
||||||
"path": "/home/robin/Projects/flakelight",
|
"owner": "nix-community",
|
||||||
"type": "path"
|
"repo": "flakelight",
|
||||||
|
"rev": "8ea81fa76945397adb766e1f249238bab6e72079",
|
||||||
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"path": "/home/robin/Projects/flakelight",
|
"owner": "nix-community",
|
||||||
"type": "path"
|
"repo": "flakelight",
|
||||||
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"mill-scale": {
|
"mill-scale": {
|
||||||
|
|
@ -41,14 +44,17 @@
|
||||||
"rust-overlay": "rust-overlay"
|
"rust-overlay": "rust-overlay"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1732308743,
|
"lastModified": 1734789971,
|
||||||
"narHash": "sha256-z9tk/ssnvmd3zZCaYWtycTAD/7X7jSJX2btO7QO4y1I=",
|
"narHash": "sha256-Krf10FGET5NRfrWcQjaaSpo6cSXM2Wyl84DqHttNghw=",
|
||||||
"path": "/home/robin/Projects/mill-scale",
|
"owner": "icewind1991",
|
||||||
"type": "path"
|
"repo": "mill-scale",
|
||||||
|
"rev": "ad3de3f1708ae23e9ebf2b4ef0f787366ddc45ee",
|
||||||
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"path": "/home/robin/Projects/mill-scale",
|
"owner": "icewind1991",
|
||||||
"type": "path"
|
"repo": "mill-scale",
|
||||||
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
|
|
|
||||||
|
|
@ -2,13 +2,11 @@
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "nixpkgs/nixos-24.11";
|
nixpkgs.url = "nixpkgs/nixos-24.11";
|
||||||
flakelight = {
|
flakelight = {
|
||||||
# url = "github:nix-community/flakelight";
|
url = "github:nix-community/flakelight";
|
||||||
url = "path:/home/robin/Projects/flakelight";
|
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
mill-scale = {
|
mill-scale = {
|
||||||
# url = "github:icewind1991/mill-scale";
|
url = "github:icewind1991/mill-scale";
|
||||||
url = "path:/home/robin/Projects/mill-scale";
|
|
||||||
inputs.flakelight.follows = "flakelight";
|
inputs.flakelight.follows = "flakelight";
|
||||||
};
|
};
|
||||||
npmlock2nix = {
|
npmlock2nix = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue