Skip to content

Commit

Permalink
Merge pull request #65 from nix-community/21.11
Browse files Browse the repository at this point in the history
NixOS 21.11
  • Loading branch information
nzbr authored Mar 30, 2022
2 parents 41cc880 + ddbb359 commit 0c4c599
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
20 changes: 10 additions & 10 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description = "NixOS WSL";

inputs = {
nixpkgs.url = "nixpkgs/nixos-20.09";
nixpkgs.url = "nixpkgs/nixos-21.11";
flake-utils.url = "github:numtide/flake-utils";

flake-compat = {
Expand All @@ -13,6 +13,7 @@

outputs = { self, nixpkgs, flake-utils, ... }:
{

nixosModules.wsl = {
imports = [
./modules/build-tarball.nix
Expand Down

0 comments on commit 0c4c599

Please sign in to comment.