fix flake

This commit is contained in:
Robin Appelman 2024-12-21 23:11:05 +01:00
commit 04ae714282
2 changed files with 20 additions and 16 deletions

View file

@ -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 = {