summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlassulus <lass@aidsballs.de>2015-05-07 14:48:34 +0200
committertv <tv@krebsco.de>2015-05-19 23:17:20 +0200
commitdd07f4446c30f5e909a0375a24e96badf9f5cac4 (patch)
tree1385a80acde46191ba2809e67a7194b618dd119f
parentb00142aeaf026a132460d4780001cf95903360c7 (diff)
mors: lass/nixpkgs.nix -> common/nixpkgs.nix
-rw-r--r--modules/lass/nixpkgs.nix16
-rw-r--r--modules/mors/default.nix2
2 files changed, 1 insertions, 17 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";
- };
- };
-}
diff --git a/modules/mors/default.nix b/modules/mors/default.nix
index 2cdbe52..4cbf608 100644
--- a/modules/mors/default.nix
+++ b/modules/mors/default.nix
@@ -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";