diff options
author | lassulus <lass@aidsballs.de> | 2015-05-07 14:48:34 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2015-05-19 23:17:20 +0200 |
commit | dd07f4446c30f5e909a0375a24e96badf9f5cac4 (patch) | |
tree | 1385a80acde46191ba2809e67a7194b618dd119f /modules/lass | |
parent | b00142aeaf026a132460d4780001cf95903360c7 (diff) |
mors: lass/nixpkgs.nix -> common/nixpkgs.nix
Diffstat (limited to 'modules/lass')
-rw-r--r-- | modules/lass/nixpkgs.nix | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/modules/lass/nixpkgs.nix b/modules/lass/nixpkgs.nix deleted file mode 100644 index 09b8867..0000000 --- a/modules/lass/nixpkgs.nix +++ /dev/null @@ -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"; - }; - }; -} |