From 12acd35e150c85dff40cf4a97632c23ac1e917a5 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Fri, 5 Aug 2022 17:24:49 +0800 Subject: [PATCH] switch to nixpkgs master, python 3.10 --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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