diff options
| author | uakci <uakci@uakci.pl> | 2022-05-13 22:52:35 +0200 |
|---|---|---|
| committer | uakci <uakci@uakci.pl> | 2022-05-13 22:52:35 +0200 |
| commit | cfe4708463462a1fa580bfa6b3f7e7c4572239b8 (patch) | |
| tree | f66638d3ee6a146f2fe7173472d64635f5a1e1e7 | |
| parent | try 2 (diff) | |
| download | nuogai-cfe4708463462a1fa580bfa6b3f7e7c4572239b8.tar.gz nuogai-cfe4708463462a1fa580bfa6b3f7e7c4572239b8.zip | |
remove explicit nixpkgs input
| -rw-r--r-- | flake.lock | 12 | ||||
| -rw-r--r-- | flake.nix | 1 |
2 files changed, 5 insertions, 8 deletions
@@ -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": { @@ -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"; |
