diff --git a/common/default.nix b/common/default.nix index 9036a33..e6d82f9 100644 --- a/common/default.nix +++ b/common/default.nix @@ -1,7 +1,4 @@ -# Common/default.nix - -# Inputs for this module, we don't use anything so can be empty. -{ ... }: +{ pkgs, ... }: { imports = [ diff --git a/flake.lock b/flake.lock index 627d1af..da30692 100644 --- a/flake.lock +++ b/flake.lock @@ -54,11 +54,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1634134746, - "narHash": "sha256-+v03gm5X1obM4XpeTfSFZVE3oaWB6g4LyA/OmdPcg04=", + "lastModified": 1634139026, + "narHash": "sha256-RSRz6cBOkhhXTmhEN7bz3u/DhKoO0P1OWbCEbDFmbi4=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "222c332c19761c91aabe119681584c7982c27e04", + "rev": "f1220d72a3a06b0fbac1999b5c8a097d1d10cc0f", "type": "github" }, "original": { diff --git a/hosts/bastion/configuration.nix b/hosts/bastion/configuration.nix index 9cc5e45..27edd15 100644 --- a/hosts/bastion/configuration.nix +++ b/hosts/bastion/configuration.nix @@ -8,7 +8,7 @@ imports = [ ../../common - ../../common/generic-vim.nix + ../../common/generic-vm.nix # Include the results of the hardware scan. ./hardware-configuration.nix ];