diff options
author | Cole Helbling <cole.e.helbling@outlook.com> | 2022-05-31 11:51:17 -0700 |
---|---|---|
committer | Cole Helbling <cole.e.helbling@outlook.com> | 2022-05-31 11:51:17 -0700 |
commit | bd0192d0bbd19d5d2b6ac89e2b71264e396bf08d (patch) | |
tree | ef85dbda9c7c9ad76065592560dda749d9fcc527 /flake.nix | |
parent | 078c80f7500edd3adc3be5f7fb2801ba346c1d81 (diff) |
flake: update to 22.05
The static build works now :)
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ { description = "The purely functional package manager"; - inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-21.05-small"; + inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-22.05-small"; inputs.nixpkgs-regression.url = "github:NixOS/nixpkgs/215d4d0fd80ca5163643b03a33fde804a29cc1e2"; inputs.lowdown-src = { url = "github:kristapsdz/lowdown"; flake = false; }; |