diff options
author | Elias Naur <[email protected]> | 2023-12-22 18:24:58 -0600 |
---|---|---|
committer | Ron Evans <[email protected]> | 2023-12-24 16:32:16 +0100 |
commit | 1d9c53d00e6478dd5d6dd950d4951f12a827ec94 (patch) | |
tree | eaf281d71fb78d5e8487347e208b9b126f565c71 /flake.nix | |
parent | 8d2a07b92710db817f5a70f57e5338c617660bad (diff) | |
download | tinygo-1d9c53d00e6478dd5d6dd950d4951f12a827ec94.tar.gz tinygo-1d9c53d00e6478dd5d6dd950d4951f12a827ec94.zip |
nix: upgrade to NixOS 23.11
Signed-off-by: Elias Naur <[email protected]>
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ inputs = { # Use a recent stable release, but fix the version to make it reproducible. # This version should be updated from time to time. - nixpkgs.url = "nixpkgs/nixos-23.05"; + nixpkgs.url = "nixpkgs/nixos-23.11"; flake-utils.url = "github:numtide/flake-utils"; }; outputs = { self, nixpkgs, flake-utils }: |