summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruakci <uakci@uakci.pl>2022-05-13 22:52:35 +0200
committeruakci <uakci@uakci.pl>2022-05-13 22:52:35 +0200
commitcfe4708463462a1fa580bfa6b3f7e7c4572239b8 (patch)
treef66638d3ee6a146f2fe7173472d64635f5a1e1e7
parenttry 2 (diff)
downloadnuogai-cfe4708463462a1fa580bfa6b3f7e7c4572239b8.tar.gz
nuogai-cfe4708463462a1fa580bfa6b3f7e7c4572239b8.zip
remove explicit nixpkgs input
-rw-r--r--flake.lock12
-rw-r--r--flake.nix1
2 files changed, 5 insertions, 8 deletions
diff --git a/flake.lock b/flake.lock
index 5a7c8b0..222369b 100644
--- a/flake.lock
+++ b/flake.lock
@@ -54,18 +54,16 @@
},
"nixpkgs_2": {
"locked": {
- "lastModified": 1632143592,
- "narHash": "sha256-n2wnd/m+SkXVV2l5hi4Bv+Rdzuqn14Cr9+G6oaDuutA=",
+ "lastModified": 1652252629,
+ "narHash": "sha256-SvT64apetqc8P5nYp1/fOZvUmHUPdPFUZbhSpKy+1aI=",
"owner": "NixOS",
"repo": "nixpkgs",
- "rev": "ea1eae5b47014d721080ec464fe44ff72f95467e",
+ "rev": "d2fc6856824cb87742177eefc8dd534bdb6c3439",
"type": "github"
},
"original": {
- "owner": "NixOS",
- "ref": "master",
- "repo": "nixpkgs",
- "type": "github"
+ "id": "nixpkgs",
+ "type": "indirect"
}
},
"nuigui-upstream": {
diff --git a/flake.nix b/flake.nix
index 5344a4a..36d3918 100644
--- a/flake.nix
+++ b/flake.nix
@@ -1,6 +1,5 @@
{
inputs = {
- nixpkgs.url = "github:NixOS/nixpkgs/master";
flake-utils.url = "github:numtide/flake-utils/master";
gomod2nix.url = "github:tweag/gomod2nix/master";
nuigui-upstream.url = "github:uakci/nuigui/master";