From 856bc52aa705f526a6e22bad865fdfe86b9a19ff Mon Sep 17 00:00:00 2001 From: pegasust Date: Wed, 21 Dec 2022 00:12:30 +0000 Subject: [PATCH] wip before nuking nixos@Felia --- nix/flake.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nix/flake.nix b/nix/flake.nix index 8756f97..7ddf374 100644 --- a/nix/flake.nix +++ b/nix/flake.nix @@ -16,6 +16,7 @@ flake = false; }; naersk.url = "github:nix-community/naersk"; + nixos-wsl.url = "github:nix-community/NixOS-WSL"; }; outputs = { nixpkgs @@ -25,6 +26,7 @@ , rust-overlay # , flake-compat # This is only a placeholder for version control by flake.lock , naersk + , nixos-wsl , ... }: @@ -33,6 +35,7 @@ c_ = import ./calculus; overlays = [ rust-overlay.overlays.default nixgl.overlay ]; in - { }; + { + }; }