update nix-wsl to follow nixpkgs
This commit is contained in:
parent
a4b7f28d8e
commit
bf2f3f7afb
2 changed files with 8 additions and 19 deletions
|
|
@ -1,7 +1,10 @@
|
|||
{
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
nixos-wsl.url = "github:nix-community/NixOS-WSL/main";
|
||||
nixos-wsl = {
|
||||
url = "github:nix-community/NixOS-WSL/main";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, nixos-wsl, ... }: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue