From bd20edffc52f2e4e59e0434e51c63028160efd4d Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sun, 8 Aug 2021 16:04:44 +0200 Subject: [PATCH] nix: use nixpkgs-unstable --- flake.lock | 8 ++++---- flake.nix | 3 +-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index dd7e641..f4850aa 100644 --- a/flake.lock +++ b/flake.lock @@ -18,16 +18,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1622282707, - "narHash": "sha256-+GOrUDsdneUqrOm9d+9bHXjEVoVcU8tm14WGVzbt6gg=", + "lastModified": 1628320020, + "narHash": "sha256-4xBEb+TOHyIGpK37EVsZx6dGPwNMf5YWNBJaQ4VyZws=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "6933d068c5d2fcff398e802f7c4e271bbdab6705", + "rev": "67c80531be622641b5b2ccc3a7aff355cb02476b", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-unstable", + "ref": "nixpkgs-unstable", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 76e4393..be1350a 100644 --- a/flake.nix +++ b/flake.nix @@ -9,12 +9,11 @@ ref = "master"; }; - # https://nixpk.gs/pr-tracker.html?pr=124808 nixpkgs = { type = "github"; owner = "NixOS"; repo = "nixpkgs"; - ref = "nixos-unstable"; + ref = "nixpkgs-unstable"; }; pre-commit-hooks = {