Skip to content

Commit

Permalink
Merge pull request #95 from nzbr/22.05
Browse files Browse the repository at this point in the history
NixOS 22.05
  • Loading branch information
nzbr authored Jun 7, 2022
2 parents b89116b + 77c3816 commit 4de4d6a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
2 changes: 2 additions & 0 deletions configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ in
nix.extraOptions = ''
experimental-features = nix-command flakes
'';

system.stateVersion = "22.05";
}
14 changes: 7 additions & 7 deletions flake.lock

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

2 changes: 1 addition & 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-21.11";
nixpkgs.url = "nixpkgs/nixos-22.05";
flake-utils.url = "github:numtide/flake-utils";

flake-compat = {
Expand Down
1 change: 1 addition & 0 deletions modules/wsl-distro.nix
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ with builtins; with lib;
{
magicOrExtension = "MZ";
fixBinary = true;
wrapInterpreterInShell = false;
inherit interpreter preserveArgvZero;
};
};
Expand Down

0 comments on commit 4de4d6a

Please sign in to comment.