Skip to content

Commit 0c4c599

Browse files
authored
Merge pull request #65 from nix-community/21.11
NixOS 21.11
2 parents 41cc880 + ddbb359 commit 0c4c599

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

flake.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description = "NixOS WSL";
33

44
inputs = {
5-
nixpkgs.url = "nixpkgs/nixos-20.09";
5+
nixpkgs.url = "nixpkgs/nixos-21.11";
66
flake-utils.url = "github:numtide/flake-utils";
77

88
flake-compat = {
@@ -13,6 +13,7 @@
1313

1414
outputs = { self, nixpkgs, flake-utils, ... }:
1515
{
16+
1617
nixosModules.wsl = {
1718
imports = [
1819
./modules/build-tarball.nix

0 commit comments

Comments
 (0)