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.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'flake.nix') 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