diff options
author | stuebinm | 2023-10-08 02:19:48 +0200 |
---|---|---|
committer | stuebinm | 2023-10-08 02:19:48 +0200 |
commit | 04fb9b4da68852cb8628f96db6573f76aaaccf41 (patch) | |
tree | b60ce84f48ff87f8f521d722abf53eddbbeec953 | |
parent | acb37ceb6ad8970756b36d328efb21936d4d4cd8 (diff) |
deploy-rs: patched version with --nom flag
Diffstat (limited to '')
-rw-r--r-- | flake.lock | 19 | ||||
-rw-r--r-- | flake.nix | 2 |
2 files changed, 11 insertions, 10 deletions
@@ -73,17 +73,18 @@ "utils": "utils" }, "locked": { - "lastModified": 1695052866, - "narHash": "sha256-agn7F9Oww4oU6nPiw+YiYI9Xb4vOOE73w8PAoBRP4AA=", - "owner": "serokell", - "repo": "deploy-rs", - "rev": "e3f41832680801d0ee9e2ed33eb63af398b090e9", - "type": "github" + "lastModified": 1696189171, + "narHash": "sha256-u/FUzICSt9/rKcXXxejgJycdaVqY7GCoZIVnKlH7ZG4=", + "ref": "nom-flag", + "rev": "a34c1666491dfbdaf91706653f8f7bcd6fa77b52", + "revCount": 293, + "type": "git", + "url": "https://stuebinm.eu/git/forks/deploy-rs" }, "original": { - "owner": "serokell", - "repo": "deploy-rs", - "type": "github" + "ref": "nom-flag", + "type": "git", + "url": "https://stuebinm.eu/git/forks/deploy-rs" } }, "feeds": { @@ -11,7 +11,7 @@ home-manager.url = "github:nix-community/home-manager/release-23.05"; home-manager.inputs.nixpkgs.follows = "nixpkgs"; - deploy-rs.url = "github:serokell/deploy-rs"; + deploy-rs.url = "git+https://stuebinm.eu/git/forks/deploy-rs?ref=nom-flag"; deploy-rs.inputs.nixpkgs.follows = "nixpkgs"; simple-nixos-mailserver.url = "gitlab:simple-nixos-mailserver/nixos-mailserver/master"; |