1
0
mirror of https://github.com/kmein/niveum synced 2026-03-18 02:51:08 +01:00

distrobump

This commit is contained in:
Kierán Meinhardt
2019-04-20 09:56:39 +02:00
parent cb142e4821
commit 30c837ee1f
3 changed files with 29 additions and 4 deletions

View File

@@ -15,6 +15,10 @@ let
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";
};
system.file = toString path;
lib.file = toString ./lib;
packages.file = toString ./packages;
@@ -28,10 +32,6 @@ let
minimal = path: other: lib.evalSource [(niveum path // other)];
regular = path: minimal path (niveum path // {
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";