diff --git a/flake.lock b/flake.lock index 646c0da..84a5cd2 100644 --- a/flake.lock +++ b/flake.lock @@ -20,11 +20,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1703262290, - "narHash": "sha256-n1YGOQaZI80jfXOyhManCo++AN6yET3bFq2Zexn7W1s=", + "lastModified": 1703351318, + "narHash": "sha256-Ha7tuC7xvYRVhc4f7fvdQG+cpNhe5bkNguDLzdAOoxk=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "9020cd220cce32a499397795014f55ad76e985ca", + "rev": "a87a4960a5415d28e1a47229f24683b74abc87db", "type": "github" }, "original": { @@ -52,24 +52,10 @@ "type": "github" } }, - "nixpkgs-unstable": { - "locked": { - "lastModified": 1702539185, - "narHash": "sha256-KnIRG5NMdLIpEkZTnN5zovNYc0hhXjAgv6pfd5Z4c7U=", - "path": "/nix/store/yxld2qw84ka591fay1xkh5jflbgxjqa1-source", - "rev": "aa9d4729cbc99dabacb50e3994dcefb3ea0f7447", - "type": "path" - }, - "original": { - "id": "nixpkgs-unstable", - "type": "indirect" - } - }, "root": { "inputs": { "flake-parts": "flake-parts", - "nixpkgs": "nixpkgs", - "nixpkgs-unstable": "nixpkgs-unstable" + "nixpkgs": "nixpkgs" } } }, diff --git a/flake.nix b/flake.nix index 25402b8..4e5abf6 100644 --- a/flake.nix +++ b/flake.nix @@ -8,7 +8,7 @@ nixpkgs.url = "github:NixOS/nixpkgs/release-23.11"; }; - outputs = inputs@{ flake-parts, nixpkgs, nixpkgs-unstable, ... }: + outputs = inputs@{ flake-parts, nixpkgs, ... }: flake-parts.lib.mkFlake { inherit inputs; } { # Output taken from pkgs.lib.systems.flakeExposed systems = [ @@ -47,7 +47,6 @@ serviceScript = project.serviceScript; serviceScriptBin = project.serviceScriptBin; # Docker image. - # dockerImage = project.dockerImage; };