1
0
mirror of https://github.com/kmein/niveum synced 2026-03-17 18:41:09 +01:00

- declarative git, since that is now managed by mr

This commit is contained in:
Kierán Meinhardt
2019-06-08 15:05:19 +02:00
parent 02ed574be6
commit ae75e2a578
3 changed files with 0 additions and 94 deletions

View File

@@ -1,17 +1,5 @@
{ pkgs, config, ... }:
{
imports = [ <modules/git.nix> ];
# niveum.git = {
# enable = true;
# repositories.niveum = {
# enable = true;
# location = "/tmp/niveum";
# branches = [ "master" ];
# remotes.origin = "git@github.com:kmein/niveum";
# };
# };
environment.systemPackages = [
pkgs.mr
pkgs.git