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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user