mirror of
https://github.com/wlcx/nix-templates.git
synced 2026-09-09 09:48:22 +01:00
update devshell overlay attribute
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@
|
||||
pkgs = import nixpkgs {
|
||||
inherit system;
|
||||
|
||||
overlays = [devshell.overlay];
|
||||
overlays = [devshell.overlays.default];
|
||||
};
|
||||
in {
|
||||
devShells.default = pkgs.devshell.mkShell {packages = with pkgs; [];};
|
||||
|
||||
+1
-1
@@ -16,7 +16,7 @@
|
||||
utils.lib.eachDefaultSystem (system: let
|
||||
pkgs = import nixpkgs {
|
||||
inherit system;
|
||||
overlays = [devshell.overlay];
|
||||
overlays = [devshell.overlays.default];
|
||||
};
|
||||
in rec {
|
||||
packages.default = pkgs.buildGoModule {
|
||||
|
||||
+1
-1
@@ -39,7 +39,7 @@
|
||||
devShells.default = let
|
||||
pkgs = import nixpkgs {
|
||||
inherit system;
|
||||
overlays = [devshell.overlay];
|
||||
overlays = [devshell.overlays.default];
|
||||
};
|
||||
in
|
||||
pkgs.devshell.mkShell {
|
||||
|
||||
Reference in New Issue
Block a user