Fix import of pkgs in deploy.nix
This commit is contained in:
parent
1be9508dda
commit
bb066a3cd0
1 changed files with 1 additions and 1 deletions
2
deploy
2
deploy
|
@ -29,7 +29,7 @@ let
|
||||||
dadada = import (builtins.fetchTarball {
|
dadada = import (builtins.fetchTarball {
|
||||||
url = ${url};
|
url = ${url};
|
||||||
sha256 = "${sha256}";
|
sha256 = "${sha256}";
|
||||||
}) {};
|
}) { inherit pkgs; };
|
||||||
in {
|
in {
|
||||||
imports = [
|
imports = [
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue