mors: lass/nixpkgs.nix -> common/nixpkgs.nix
This commit is contained in:
parent
46db44b89f
commit
d63b684d72
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user