summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index a18f2c7..173766d 100644
--- a/flake.nix
+++ b/flake.nix
@@ -1,5 +1,8 @@
{
- inputs.flake-utils.url = "github:numtide/flake-utils";
+ inputs = {
+ flake-utils.url = "github:numtide/flake-utils";
+ nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05";
+ };
outputs = {
self,