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