Compare commits
2 commits
6f3575ae1c
...
9d3d69a6ff
Author | SHA1 | Date | |
---|---|---|---|
9d3d69a6ff | |||
ca9aa161f8 |
2 changed files with 7 additions and 6 deletions
12
flake.lock
generated
12
flake.lock
generated
|
@ -163,11 +163,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1748373722,
|
"lastModified": 1749622275,
|
||||||
"narHash": "sha256-qi6aDGP2W6GyAUNEhg+slQWEpUiJ8LNIrQkmxHpzadI=",
|
"narHash": "sha256-9zwRWpVHlOLDbSngSCfppuogfHKnZ1N4j18WU5WzFBc=",
|
||||||
"owner": "LnL7",
|
"owner": "LnL7",
|
||||||
"repo": "nix-darwin",
|
"repo": "nix-darwin",
|
||||||
"rev": "75b99daa12b1fffd646d6c3cf13b06f1fa5cef63",
|
"rev": "294d18da177b1e454104af7cd3c7002e34293209",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -243,11 +243,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs_2": {
|
"nixpkgs_2": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1749237914,
|
"lastModified": 1749494155,
|
||||||
"narHash": "sha256-N5waoqWt8aMr/MykZjSErOokYH6rOsMMXu3UOVH5kiw=",
|
"narHash": "sha256-FG4DEYBpROupu758beabUk9lhrblSf5hnv84v1TLqMc=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "70c74b02eac46f4e4aa071e45a6189ce0f6d9265",
|
"rev": "88331c17ba434359491e8d5889cce872464052c2",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -166,6 +166,7 @@
|
||||||
# inspired by https://github.com/Mic92/dotfiles/blob/main/home-manager/flake-module.nix
|
# inspired by https://github.com/Mic92/dotfiles/blob/main/home-manager/flake-module.nix
|
||||||
# run like: `nix run .#hm -- <action>`
|
# run like: `nix run .#hm -- <action>`
|
||||||
apps.hm = {
|
apps.hm = {
|
||||||
|
meta.description = "Wrapper around home-manager with automatic profile selection";
|
||||||
type = "app";
|
type = "app";
|
||||||
program = "${pkgs.writeShellScriptBin "hm" ''
|
program = "${pkgs.writeShellScriptBin "hm" ''
|
||||||
set -x
|
set -x
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue