Skip to content

Commit

Permalink
remove lorri
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Oct 3, 2019
1 parent 8ee5fad commit b64d547
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 58 deletions.
2 changes: 1 addition & 1 deletion darwin/default.nix
@@ -1,7 +1,7 @@
{ config, pkgs, ... }:

{
imports = [ ../home-manager/nix-darwin ./lorri.nix ./defaults.nix ];
imports = [ ../home-manager/nix-darwin ./defaults.nix ];

# List packages installed in system profile. To search by name, run:
# $ nix-env -qaP | grep wget
Expand Down
30 changes: 0 additions & 30 deletions darwin/lorri.nix

This file was deleted.

3 changes: 0 additions & 3 deletions dotfiles/default.nix
Expand Up @@ -8,8 +8,6 @@ let
niv = import sources.niv { };

nixfmt = import sources.nixfmt { };

lorri = import sources.lorri { };
in {
imports = [ ./direnv.nix ./fzf.nix ./git.nix ./neovim.nix ./ssh.nix ./zsh.nix ];

Expand All @@ -25,7 +23,6 @@ in {
# remote packages. Probably could do this better but I don't really want to
# at the moment.
(import (fetchTarball "https://cachix.org/api/v1/install") { }).cachix
lorri
niv.niv
nixfmt
];
Expand Down
1 change: 0 additions & 1 deletion dotfiles/zsh.nix
Expand Up @@ -7,7 +7,6 @@ let
./zsh/jetpack.zsh
./zsh/jump.zsh
./zsh/kill-process.zsh
./zsh/lorri.zsh
./zsh/neovim.zsh
./zsh/nix.zsh
./zsh/nixify.sh
Expand Down
11 changes: 0 additions & 11 deletions dotfiles/zsh/lorri.zsh

This file was deleted.

12 changes: 0 additions & 12 deletions nix/sources.json
Expand Up @@ -140,18 +140,6 @@
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz",
"vim": "true"
},
"lorri": {
"branch": "rolling-release",
"description": "Your project's nix-env",
"homepage": "",
"owner": "target",
"repo": "lorri",
"rev": "38eae3d487526ece9d1b8c9bb0d27fb45cf60816",
"sha256": "11k9lxg9cv6dlxj4haydvw4dhcfyszwvx7jx9p24jadqsy9jmbj4",
"type": "tarball",
"url": "https://github.com/target/lorri/archive/38eae3d487526ece9d1b8c9bb0d27fb45cf60816.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"neco-syntax": {
"branch": "master",
"description": "Syntax source for neocomplete/deoplete/ncm",
Expand Down

0 comments on commit b64d547

Please sign in to comment.