summaryrefslogtreecommitdiff
path: root/flake.nix
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 /flake.nix
parenttry 2 (diff)
downloadnuogai-cfe4708463462a1fa580bfa6b3f7e7c4572239b8.tar.gz
nuogai-cfe4708463462a1fa580bfa6b3f7e7c4572239b8.zip
remove explicit nixpkgs input
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 0 insertions, 1 deletions
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";