fix: typo in flake template

This commit is contained in:
Patrick Großmann 2023-03-06 15:50:51 +09:00
parent d63c10530e
commit 4df7e8f144
Signed by: patrick
GPG key ID: 451F95EFB8BECD0F
2 changed files with 5 additions and 5 deletions

View file

@ -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"
}
},

View file

@ -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; [