wip before nuking nixos@Felia

lazy-refac
pegasust 2022-12-21 00:12:30 +00:00
parent c368007abd
commit 856bc52aa7
1 changed files with 4 additions and 1 deletions

View File

@ -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
{ }; {
};
} }