From 38b54e186ea51f65d5d97953cc2b997348743c56 Mon Sep 17 00:00:00 2001 From: Jim Clark Date: Sun, 10 Sep 2023 22:20:21 -0700 Subject: [PATCH] upgrade flake --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index a1a0712..2154bbb 100644 --- a/flake.lock +++ b/flake.lock @@ -97,16 +97,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1688392541, - "narHash": "sha256-lHrKvEkCPTUO+7tPfjIcb7Trk6k31rz18vkyqmkeJfY=", + "lastModified": 1694183432, + "narHash": "sha256-YyPGNapgZNNj51ylQMw9lAgvxtM2ai1HZVUu3GS8Fng=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "ea4c80b39be4c09702b0cb3b42eab59e2ba4f24b", + "rev": "db9208ab987cdeeedf78ad9b4cf3c55f5ebd269b", "type": "github" }, "original": { "owner": "NixOS", - "ref": "release-22.11", + "ref": "nixos-unstable", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index fc99b79..cb0df13 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,7 @@ inputs = { platform-engineering.url = "github:slimslenderslacks/nix-modules"; - nixpkgs.url = "github:NixOS/nixpkgs/release-22.11"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; }; outputs = { nixpkgs, ... }@inputs: