flake: switch back to nixpkgs unstable

Too many issues with python-updates branch for now.
pull/320/head
Sebastien Bourdeauducq 2023-09-13 19:15:47 +08:00
parent d672ef094b
commit ff27e22ee6
2 changed files with 5 additions and 5 deletions

View File

@ -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"
}

View File

@ -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