summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorBrian Picciano <mediocregopher@gmail.com>2023-04-15 20:19:08 +0200
committerBrian Picciano <mediocregopher@gmail.com>2023-04-15 20:19:08 +0200
commitb5e1103caf5e8225176ba74a6f4f0a9b2bde7192 (patch)
tree24abf71a1f44e849564d41f5fbc446bc221c31aa /flake.nix
parent861070f74d75cd7b5ff4a410166b4df784b5b57f (diff)
Update go to 1.19 (by updating nixpkgs)
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 3a1eb3e..88db3f7 100644
--- a/flake.nix
+++ b/flake.nix
@@ -1,5 +1,5 @@
{
- inputs.pkgsSrc.url = "nixpkgs/nixos-21.05";
+ inputs.pkgsSrc.url = "nixpkgs/nixos-22.11";
inputs.utils.url = "github:numtide/flake-utils";
outputs = {