From dd07f4446c30f5e909a0375a24e96badf9f5cac4 Mon Sep 17 00:00:00 2001 From: lassulus Date: Thu, 7 May 2015 14:48:34 +0200 Subject: mors: lass/nixpkgs.nix -> common/nixpkgs.nix --- modules/lass/nixpkgs.nix | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 modules/lass/nixpkgs.nix (limited to 'modules/lass') 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"; - }; - }; -} -- cgit v1.2.3