diff --git a/flake.lock b/flake.lock index 2a76331..8715e1c 100644 --- a/flake.lock +++ b/flake.lock @@ -2,16 +2,16 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1656589841, - "narHash": "sha256-Kqd6r9aNIzjYGhMFYATdKwRbXBCGLcdqAJMLr4I8LG0=", + "lastModified": 1659689094, + "narHash": "sha256-cXrWxpPYpV1PeEhtpQf9W++8aCgwzxpx2PzfszPofJE=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "dbb62c34bbb5cdf05f1aeab07638b24b0824d605", + "rev": "697fc6ae98d077f6448cada3ecd63465c48c6af5", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-22.05", + "ref": "master", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index e18310b..b8f011b 100644 --- a/flake.nix +++ b/flake.nix @@ -1,7 +1,7 @@ { description = "The third-generation ARTIQ compiler"; - inputs.nixpkgs.url = github:NixOS/nixpkgs/nixos-22.05; + inputs.nixpkgs.url = github:NixOS/nixpkgs/master; outputs = { self, nixpkgs }: let