From 8828ec6380d47a940418928ae60b129b689123f8 Mon Sep 17 00:00:00 2001 From: pacien Date: Sat, 7 Aug 2021 05:55:50 +0200 Subject: flake: use upstream nixpkgs Using the fork is no longer needed as all dependencies are now available upstream. --- flake.lock | 12 ++++++------ flake.nix | 4 +--- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/flake.lock b/flake.lock index 8345b27..7fc65fa 100644 --- a/flake.lock +++ b/flake.lock @@ -17,16 +17,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1627327478, - "narHash": "sha256-7QpA64xOnRB5lIrN2HMaBlJdOk+QE9bHZwkFwGfWY6E=", - "owner": "pacien", + "lastModified": 1628199198, + "narHash": "sha256-DkMFcm5VdqbausjUjyHWGBlcXNw/EMFiQpiCY5KKtMo=", + "owner": "NixOS", "repo": "nixpkgs", - "rev": "3faf31d81ba50d58006ac07bf5065ebab23f85d5", + "rev": "439b1605227b8adb1357b55ce8529d541abbe9eb", "type": "github" }, "original": { - "owner": "pacien", - "ref": "3faf31d", + "owner": "NixOS", + "ref": "nixos-unstable", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 5f63359..a98436b 100644 --- a/flake.nix +++ b/flake.nix @@ -4,9 +4,7 @@ { inputs = { - # for python3Packages.embrace: https://github.com/NixOS/nixpkgs/pull/131425 - nixpkgs.url = "github:pacien/nixpkgs/3faf31d"; - #nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; flake-utils.url = "github:numtide/flake-utils"; }; -- cgit v1.2.3