From 038f820668e57f98462b56ef8abe3a1b1bc38992 Mon Sep 17 00:00:00 2001 From: DavHau Date: Sun, 23 May 2021 13:00:23 +0700 Subject: [PATCH] switch to nixos-unstable --- flake.nix | 2 +- mach_nix/flake.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.nix b/flake.nix index af24bac..254c87a 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,7 @@ description = "Create highly reproducible python environments"; inputs.flake-utils.url = "github:numtide/flake-utils"; - inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-20.09"; + inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; inputs.pypi-deps-db = { url = "github:DavHau/pypi-deps-db"; flake = false; diff --git a/mach_nix/flake.lock b/mach_nix/flake.lock index a431e78..9eb493e 100644 --- a/mach_nix/flake.lock +++ b/mach_nix/flake.lock @@ -17,16 +17,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1621630417, - "narHash": "sha256-hf536Su7WmOILZMmMuvi6/WsfNTsDAA9TcRwNcxXA1A=", + "lastModified": 1621640932, + "narHash": "sha256-fXJ+OdiqSzdjFU+wkAciws+m5pEhFjFjjZmCLE6DpO4=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "1f7155200fa1eb752054e2c9062bfdeb023e8098", + "rev": "9971c5d1a40d4e9ff8159ec6595cb9e91da7d438", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-20.09", + "ref": "nixos-unstable", "repo": "nixpkgs", "type": "github" }