From ff27e22ee6596760331a4dcc8aa412b6887109f4 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Wed, 13 Sep 2023 19:15:47 +0800 Subject: [PATCH] flake: switch back to nixpkgs unstable Too many issues with python-updates branch for now. --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index be48409..d25f070 100644 --- a/flake.lock +++ b/flake.lock @@ -2,16 +2,16 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1694430685, - "narHash": "sha256-mO2xjkLU0v2r2cfbKek0Ehdjg/JXu4XQlMagyIqNV+Q=", + "lastModified": 1694562957, + "narHash": "sha256-ZvDt5bxX6Ga+TQ6kvK5WEn7OQN87KAsMaRrFSdReIm8=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "f126a5c2535e9ccd6c6d2ca6dc6a099415fed536", + "rev": "f4a33546bdb5f81bd6cceb1b3cb19667145fed83", "type": "github" }, "original": { "owner": "NixOS", - "ref": "python-updates", + "ref": "nixpkgs-unstable", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 5a7a377..b6ad250 100644 --- a/flake.nix +++ b/flake.nix @@ -1,7 +1,7 @@ { description = "The third-generation ARTIQ compiler"; - inputs.nixpkgs.url = github:NixOS/nixpkgs/python-updates; + inputs.nixpkgs.url = github:NixOS/nixpkgs/nixpkgs-unstable; outputs = { self, nixpkgs }: let