1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

use stockholm

This commit is contained in:
Kierán Meinhardt
2019-04-18 17:09:34 +02:00
parent b2588bb4ab
commit 2f42fac548
6 changed files with 36 additions and 41 deletions

View File

@@ -11,14 +11,18 @@ let
importJson = (import <nixpkgs> {}).lib.importJSON;
source = {path, other ? {}}: lib.evalSource [({
home-manager.git = {
url = https://github.com/rycee/home-manager;
ref = "2ccbf43";
};
nixpkgs.git = {
url = https://github.com/NixOS/nixpkgs-channels;
ref = (importJson ./nixpkgs.json).rev;
};
# stockholm.git = {
# url = https://cgit.krebsco.de/stockholm;
# ref = "7e1b197dab13d024ba491c96dc959306324943c0";
# };
stockholm.git = {
url = https://cgit.krebsco.de/stockholm;
ref = "7e1b197dab13d024ba491c96dc959306324943c0";
};
system.file = toString path;
art.file = toString ./art;
lib.file = toString ./lib;