1
1
Fork 0

Use a simpler ref for 22.11

This commit is contained in:
Jaculabilis 2023-06-09 20:29:51 +00:00
parent 741d6a7d95
commit bbe12a24d3
2 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"ref": "refs/tags/22.11", "ref": "22.11",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }

View File

@ -1,6 +1,6 @@
{ {
inputs = { inputs = {
nixpkgs.url = "github:NixOS/nixpkgs?ref=refs/tags/22.11"; nixpkgs.url = "github:NixOS/nixpkgs/22.11";
nixos-wsl.url = "github:nix-community/NixOS-WSL"; nixos-wsl.url = "github:nix-community/NixOS-WSL";
nixos-wsl.inputs.nixpkgs.follows = "nixpkgs"; nixos-wsl.inputs.nixpkgs.follows = "nixpkgs";
}; };