summaryrefslogtreecommitdiffstats
path: root/modules/lass
diff options
context:
space:
mode:
Diffstat (limited to 'modules/lass')
-rw-r--r--modules/lass/nixpkgs.nix16
1 files changed, 0 insertions, 16 deletions
diff --git a/modules/lass/nixpkgs.nix b/modules/lass/nixpkgs.nix
deleted file mode 100644
index 09b88672..00000000
--- 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";
- };
- };
-}