fix: use wsl flake instead of channel
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
99504841b6
commit
d1cbb35ab5
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
{ pkgs, ... }:
|
{ inputs, pkgs, ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
<nixos-wsl/modules>
|
inputs.nixos-wsl.nixosModules.default
|
||||||
|
|
||||||
../common/global
|
../common/global
|
||||||
../common/optional/yubikey-gpg.nix
|
../common/optional/yubikey-gpg.nix
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue