mors: lass/nixpkgs.nix -> common/nixpkgs.nix

This commit is contained in:
lassulus 2015-05-07 14:48:34 +02:00 committed by tv
parent 46db44b89f
commit d63b684d72
2 changed files with 1 additions and 17 deletions

View File

@ -1,16 +0,0 @@
{ config, lib, pkgs, ... }:
with lib;
{
options = {
nixpkgs.url = mkOption {
type = types.string;
description = "url of the remote repo";
};
nixpkgs.rev= mkOption {
type = types.string;
description = "revision of the remote repo";
};
};
}

View File

@ -20,7 +20,7 @@
../lass/steam.nix
../lass/wine.nix
../lass/texlive.nix
../lass/nixpkgs.nix
../common/nixpkgs.nix
];
nixpkgs = {
url = "https://github.com/Lassulus/nixpkgs";