diff --git a/flake.lock b/flake.lock index dd5e3a9..60fe53f 100644 --- a/flake.lock +++ b/flake.lock @@ -2,15 +2,18 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1667231093, - "narHash": "sha256-RERXruzBEBuf0c7OfZeX1hxEKB+PTCUNxWeB6C1jd8Y=", - "path": "/nix/store/c2la594kmk73rs39s8x9k49bmlmxshi5-source", - "rev": "d40fea9aeb8840fea0d377baa4b38e39b9582458", - "type": "path" + "lastModified": 1710695816, + "narHash": "sha256-3Eh7fhEID17pv9ZxrPwCLfqXnYP006RKzSs0JptsN84=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "614b4613980a522ba49f0d194531beddbb7220d3", + "type": "github" }, "original": { - "id": "nixpkgs", - "type": "indirect" + "owner": "NixOS", + "ref": "nixos-23.11", + "repo": "nixpkgs", + "type": "github" } }, "root": { diff --git a/flake.nix b/flake.nix index eeae336..97b24be 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,8 @@ { description = "Flake for myme.no"; + inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11"; + outputs = { self, nixpkgs }: let system = "x86_64-linux";