wip before nuking nixos@Felia
This commit is contained in:
parent
c368007abd
commit
856bc52aa7
@ -16,6 +16,7 @@
|
|||||||
flake = false;
|
flake = false;
|
||||||
};
|
};
|
||||||
naersk.url = "github:nix-community/naersk";
|
naersk.url = "github:nix-community/naersk";
|
||||||
|
nixos-wsl.url = "github:nix-community/NixOS-WSL";
|
||||||
};
|
};
|
||||||
outputs =
|
outputs =
|
||||||
{ nixpkgs
|
{ nixpkgs
|
||||||
@ -25,6 +26,7 @@
|
|||||||
, rust-overlay
|
, rust-overlay
|
||||||
# , flake-compat # This is only a placeholder for version control by flake.lock
|
# , flake-compat # This is only a placeholder for version control by flake.lock
|
||||||
, naersk
|
, naersk
|
||||||
|
, nixos-wsl
|
||||||
, ...
|
, ...
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -33,6 +35,7 @@
|
|||||||
c_ = import ./calculus;
|
c_ = import ./calculus;
|
||||||
overlays = [ rust-overlay.overlays.default nixgl.overlay ];
|
overlays = [ rust-overlay.overlays.default nixgl.overlay ];
|
||||||
in
|
in
|
||||||
{ };
|
{
|
||||||
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user