Skip to content

Commit

Permalink
fix(flake): fix nixos-wsl input
Browse files Browse the repository at this point in the history
  • Loading branch information
truelecter committed Sep 30, 2023
1 parent 48c201a commit 3227680
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
1 change: 1 addition & 0 deletions cells/repo/config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ in {
];
scopes = [
"ci"
"flake"
];
descriptionLength = 72;
};
Expand Down
7 changes: 3 additions & 4 deletions flake.lock

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

3 changes: 1 addition & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@
nixos-hardware.url = "github:nixos/nixos-hardware";

nixos-wsl = {
# url = "github:divnix/hive?ref=refs/pull/9/head"
url = "github:nix-community/NixOS-WSL?ref=refs/pull/243/merge";
url = "github:nix-community/NixOS-WSL";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils";
Expand Down

0 comments on commit 3227680

Please sign in to comment.