aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpacien2021-08-07 05:55:50 +0200
committerpacien2021-08-07 05:55:50 +0200
commit8828ec6380d47a940418928ae60b129b689123f8 (patch)
tree87b8c739420a5d77c63d1a6f5d85ad57e2424a45
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.
-rw-r--r--flake.lock12
-rw-r--r--flake.nix4
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 @@
17 }, 17 },
18 "nixpkgs": { 18 "nixpkgs": {
19 "locked": { 19 "locked": {
20 "lastModified": 1627327478, 20 "lastModified": 1628199198,
21 "narHash": "sha256-7QpA64xOnRB5lIrN2HMaBlJdOk+QE9bHZwkFwGfWY6E=", 21 "narHash": "sha256-DkMFcm5VdqbausjUjyHWGBlcXNw/EMFiQpiCY5KKtMo=",
22 "owner": "pacien", 22 "owner": "NixOS",
23 "repo": "nixpkgs", 23 "repo": "nixpkgs",
24 "rev": "3faf31d81ba50d58006ac07bf5065ebab23f85d5", 24 "rev": "439b1605227b8adb1357b55ce8529d541abbe9eb",
25 "type": "github" 25 "type": "github"
26 }, 26 },
27 "original": { 27 "original": {
28 "owner": "pacien", 28 "owner": "NixOS",
29 "ref": "3faf31d", 29 "ref": "nixos-unstable",
30 "repo": "nixpkgs", 30 "repo": "nixpkgs",
31 "type": "github" 31 "type": "github"
32 } 32 }
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