diff options
author | Stefan Kreutz <mail@skreutz.com> | 2025-08-26 16:06:20 +0200 |
---|---|---|
committer | Stefan Kreutz <mail@skreutz.com> | 2025-08-26 16:06:20 +0200 |
commit | 402b3341f383dc04391ed298358e6ed337f3ec91 (patch) | |
tree | 153427a5e53bc9486baf5975eafb266a4b0efa17 /flake.nix | |
parent | 24a9858c12e7fb4791b92396b59f3dce5efc9ebd (diff) | |
download | brck-402b3341f383dc04391ed298358e6ed337f3ec91.tar |
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -4,7 +4,10 @@ inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; flake-utils.url = "github:numtide/flake-utils"; - naersk.url = "github:nix-community/naersk"; + naersk = { + url = "github:nix-community/naersk"; + inputs.nixpkgs.follows = "nixpkgs"; + }; }; outputs = { self, nixpkgs, flake-utils, naersk, ... }@inputs: |