home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 31249793aa027cfcee0a60a109356bd038434809
parent beb4b9ab0fb4c4240b56bfa5fc4209b6bffe9f0a
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Thu,  1 Nov 2018 17:39:09 +0100

Remove devops.nix file

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Ddevops.nix | 7-------
Mshikoku.nix | 2--
Mwakasu.nix | 1-
3 files changed, 0 insertions(+), 10 deletions(-)

diff --git a/devops.nix b/devops.nix @@ -1,7 +0,0 @@ -{ pkgs, prefix, ... }: - -{ - home.packages = with pkgs; [ - packer - ]; -} diff --git a/shikoku.nix b/shikoku.nix @@ -3,8 +3,6 @@ { imports = [ ./desktop.nix - ./devops.nix - ./openshift.nix ]; profiles.desktop.enable = true; profiles.gaming.enable = true; diff --git a/wakasu.nix b/wakasu.nix @@ -3,7 +3,6 @@ { imports = [ ./desktop.nix - ./devops.nix ]; profiles.laptop.enable = true; profiles.dev = {