chore: refactor systems
This commit is contained in:
parent
a57a6fb890
commit
5719c0d2b4
10 changed files with 46 additions and 69 deletions
|
@ -1,9 +1,11 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
nixos-wsl,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
nixos-wsl.nixosModules.default
|
||||
../../programs/rust.nix
|
||||
];
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
# intentionally empty
|
||||
nixpkgs.hostPlatform = "x86_64-linux";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue