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

modularize

This commit is contained in:
Kierán Meinhardt
2019-04-19 03:11:51 +02:00
parent a90799f39b
commit a763c63de4
58 changed files with 1317 additions and 1172 deletions

View File

@@ -11,18 +11,26 @@ 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;
};
nixos-unstable.git = {
url = https://github.com/NixOS/nixpkgs-channels;
ref = "nixos-unstable";
};
home-manager.git = {
url = https://github.com/rycee/home-manager;
ref = "2ccbf43";
};
stockholm.git = {
url = https://cgit.krebsco.de/stockholm;
ref = "7e1b197dab13d024ba491c96dc959306324943c0";
};
nix-writers.git = {
url = https://cgit.krebsco.de/nix-writers;
ref = "c528cf970e292790b414b4c1c8c8e9d7e73b2a71";
};
system.file = toString path;
art.file = toString ./art;
lib.file = toString ./lib;