diff options
| author | Mike Vink <59492084+ivi-vink@users.noreply.github.com> | 2025-01-18 16:04:18 +0100 |
|---|---|---|
| committer | Mike Vink <59492084+ivi-vink@users.noreply.github.com> | 2025-01-18 16:04:18 +0100 |
| commit | 8abd688c9465bd522d9003fb6809cd3cc2e76211 (patch) | |
| tree | fda4504246a0d609804bd592750c1e86f1b5454b /flake.nix | |
| parent | f5b0ae94ed699b70426995f0820ba830a9dcea13 (diff) | |
fixup
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,6 @@ { description = "Nixos, home-manager, and deploy-rs configuration"; - inputs = { nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; sops-nix.url = "github:Mic92/sops-nix"; @@ -26,6 +25,7 @@ }; }; + outputs = inputs @ { self, nixpkgs, |
