aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorCole Helbling <cole.e.helbling@outlook.com>2022-05-31 11:51:17 -0700
committerCole Helbling <cole.e.helbling@outlook.com>2022-05-31 11:51:17 -0700
commitbd0192d0bbd19d5d2b6ac89e2b71264e396bf08d (patch)
treeef85dbda9c7c9ad76065592560dda749d9fcc527 /flake.nix
parent078c80f7500edd3adc3be5f7fb2801ba346c1d81 (diff)
flake: update to 22.05
The static build works now :)
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index a69969cfa..9a1442e52 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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; };