Compare commits

...

2 Commits

Author SHA1 Message Date
Noah Masur
d86534727e start of a WIP rebuild app 2022-11-27 13:10:22 -07:00
Noah Masur
13e5b9ddc5 brewfile syntax no longer needed 2022-11-27 13:10:01 -07:00
2 changed files with 9 additions and 1 deletions

View File

@ -8,6 +8,15 @@
# Display the readme for this repository
readme = import ./readme.nix { inherit pkgs; };
# Rebuild
rebuild = {
type = "app";
program = builtins.toString (pkgs.writeShellScript "rebuild" ''
echo ${pkgs.system}
echo ${if pkgs.stdenv.isDarwin then "darwin" else "linux"}
'');
};
# Load the SSH key for this machine
loadkey = import ./loadkey.nix { inherit pkgs; };

View File

@ -64,7 +64,6 @@ M.packer = function(use)
})
-- Additional syntax sources
use("bfontaine/Brewfile.vim") --- Brewfile syntax
use("chr4/nginx.vim") --- Nginx syntax
use("towolf/vim-helm") --- Helm syntax
use("rodjek/vim-puppet") --- Puppet syntax