aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorpacien2021-08-07 05:55:50 +0200
committerpacien2021-08-07 05:55:50 +0200
commit8828ec6380d47a940418928ae60b129b689123f8 (patch)
tree87b8c739420a5d77c63d1a6f5d85ad57e2424a45 /flake.nix
parentd3ce3ba78c4739d99924f170631dfe7b080a353e (diff)
downloaduge_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.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix
index 5f63359..a98436b 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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