Compare commits

..

No commits in common. "9d3d69a6ff4bb918e2c7609c304e4315af5e61b4" and "6f3575ae1c4f130f7e5574da0346ada666b55fec" have entirely different histories.

2 changed files with 6 additions and 7 deletions

12
flake.lock generated
View file

@ -163,11 +163,11 @@
]
},
"locked": {
"lastModified": 1749622275,
"narHash": "sha256-9zwRWpVHlOLDbSngSCfppuogfHKnZ1N4j18WU5WzFBc=",
"lastModified": 1748373722,
"narHash": "sha256-qi6aDGP2W6GyAUNEhg+slQWEpUiJ8LNIrQkmxHpzadI=",
"owner": "LnL7",
"repo": "nix-darwin",
"rev": "294d18da177b1e454104af7cd3c7002e34293209",
"rev": "75b99daa12b1fffd646d6c3cf13b06f1fa5cef63",
"type": "github"
},
"original": {
@ -243,11 +243,11 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1749494155,
"narHash": "sha256-FG4DEYBpROupu758beabUk9lhrblSf5hnv84v1TLqMc=",
"lastModified": 1749237914,
"narHash": "sha256-N5waoqWt8aMr/MykZjSErOokYH6rOsMMXu3UOVH5kiw=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "88331c17ba434359491e8d5889cce872464052c2",
"rev": "70c74b02eac46f4e4aa071e45a6189ce0f6d9265",
"type": "github"
},
"original": {

View file

@ -166,7 +166,6 @@
# inspired by https://github.com/Mic92/dotfiles/blob/main/home-manager/flake-module.nix
# run like: `nix run .#hm -- <action>`
apps.hm = {
meta.description = "Wrapper around home-manager with automatic profile selection";
type = "app";
program = "${pkgs.writeShellScriptBin "hm" ''
set -x