able to get a dry run to compile

This commit is contained in:
Anish Lakhwara
2022-12-07 00:52:15 +10:00
parent 3cd723bcd6
commit da8e3f16a2
11 changed files with 47 additions and 32 deletions
+1 -3
View File
@@ -1,4 +1,4 @@
{ self, lib, pkgs, config, ... }:
{ lib, pkgs, config, ... }:
{
home.packages = with pkgs; [
binutils
@@ -240,8 +240,6 @@
mn = ''
manix "" | grep '^# ' | sed 's/^# \(.*\) (.*/\1/;s/ (.*//;s/^# //' | sk --preview="manix '{}'" | xargs manix
'';
# fix nixos-option
nixos-option = "nixos-option -I nixpkgs=${self}/lib/compat";
# sudo
s = "sudo -E ";