mirror of
https://github.com/kmein/niveum
synced 2026-03-17 18:41:09 +01:00
+ virtualenv, ~ git-quick-stats
This commit is contained in:
14
example-git.nix
Normal file
14
example-git.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
imports = [ modules/git.nix ];
|
||||
|
||||
niveum.git = {
|
||||
enable = true;
|
||||
repositories.niveum = {
|
||||
enable = true;
|
||||
location = "/home/kfm/prog/git/niveum";
|
||||
remotes.origin = https://github.com/kmein/niveum;
|
||||
branches = [ "master" ];
|
||||
autoFetch = [ { remote = "origin"; branch = "master"; } ];
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user