diff options
author | pacien | 2021-08-07 05:55:50 +0200 |
---|---|---|
committer | pacien | 2021-08-07 05:55:50 +0200 |
commit | 8828ec6380d47a940418928ae60b129b689123f8 (patch) | |
tree | 87b8c739420a5d77c63d1a6f5d85ad57e2424a45 /flake.nix | |
parent | d3ce3ba78c4739d99924f170631dfe7b080a353e (diff) | |
download | uge_l2_rdbms_python_proto-8828ec6380d47a940418928ae60b129b689123f8.tar.gz |
flake: use upstream nixpkgs
Using the fork is no longer needed as all dependencies are now available
upstream.
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -4,9 +4,7 @@ | |||
4 | 4 | ||
5 | { | 5 | { |
6 | inputs = { | 6 | inputs = { |
7 | # for python3Packages.embrace: https://github.com/NixOS/nixpkgs/pull/131425 | 7 | nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; |
8 | nixpkgs.url = "github:pacien/nixpkgs/3faf31d"; | ||
9 | #nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; | ||
10 | flake-utils.url = "github:numtide/flake-utils"; | 8 | flake-utils.url = "github:numtide/flake-utils"; |
11 | }; | 9 | }; |
12 | 10 | ||