From 4df7e8f1448ce204fadf4ddafc29162d5a48f425 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Gro=C3=9Fmann?= Date: Mon, 6 Mar 2023 15:50:51 +0900 Subject: [PATCH] fix: typo in flake template --- flake.lock | 6 +++--- templates/default/flake.nix | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 7c346e9..ad08845 100644 --- a/flake.lock +++ b/flake.lock @@ -187,12 +187,12 @@ "templates": { "locked": { "lastModified": 1, - "narHash": "sha256-yz2sQLloNEJZDDjhm25tJYLBlwS634FpQpu9MMyiNo8=", - "path": "/nix/store/njk5xm2mgimrn3wrnfyh9lrvk5qzq05w-source/templates", + "narHash": "sha256-b3t2blYgmHf/HXc152Fa7+YKJSS05vRnrs8i+H6SWA8=", + "path": "/nix/store/2sqyhzc38g9xzmbzfyd4614bh2lg74qg-source/templates", "type": "path" }, "original": { - "path": "/nix/store/njk5xm2mgimrn3wrnfyh9lrvk5qzq05w-source/templates", + "path": "/nix/store/2sqyhzc38g9xzmbzfyd4614bh2lg74qg-source/templates", "type": "path" } }, diff --git a/templates/default/flake.nix b/templates/default/flake.nix index d5c9f1c..b255dac 100644 --- a/templates/default/flake.nix +++ b/templates/default/flake.nix @@ -8,11 +8,11 @@ outputs = { self, - nixpks, + nixpkgs, flake-utils, }: flake-utils.lib.eachDefaultSystem (system: let - pkgs = import nixpks {inherit system;}; + pkgs = import nixpkgs {inherit system;}; in { devShells.default = pkgs.mkShell { packages = with pkgs; [