about summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
authorVika <vika@fireburn.ru>2023-02-27 00:26:56 +0300
committerVika <vika@fireburn.ru>2023-02-27 00:26:56 +0300
commit3985d0f551236e5413e0807239f75d178f82ff3d (patch)
treeb1251edacff5c199b46adc162283dd5abc506005 /flake.nix
parent86c6a9dbace2053fc012078e210bccb0470c5a6d (diff)
mockito: 0.30.0 -> 0.32.3
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix
index 908f778..bcbb7dc 100644
--- a/flake.nix
+++ b/flake.nix
@@ -4,11 +4,11 @@
       type = "github";
       owner = "numtide";
       repo = "flake-utils";
-      ref = "master";
+      ref = "main";
     };
     naersk = {
       type = "github";
-      owner = "nmattia";
+      owner = "nix-community";
       repo = "naersk";
       ref = "master";
       inputs.nixpkgs.follows = "nixpkgs";
@@ -17,7 +17,7 @@
       type = "github";
       owner = "nixos";
       repo = "nixpkgs";
-      ref = "nixos-22.11";
+      ref = "nixos-unstable";
     };
   };
   outputs = { self, nixpkgs, flake-utils, naersk }: let