fixed deployment

This commit is contained in:
Vivian 2021-10-13 18:36:55 +02:00
parent 42fd6e087c
commit 5dacf51f6a
3 changed files with 5 additions and 8 deletions

View file

@ -1,7 +1,4 @@
# Common/default.nix
# Inputs for this module, we don't use anything so can be empty.
{ ... }:
{ pkgs, ... }:
{
imports = [

View file

@ -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": {

View file

@ -8,7 +8,7 @@
imports =
[
../../common
../../common/generic-vim.nix
../../common/generic-vm.nix
# Include the results of the hardware scan.
./hardware-configuration.nix
];