Browse Source

build(deps): removed unused flake follows

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen 1 year ago
parent
commit
b008929ae3
1 changed files with 0 additions and 3 deletions
  1. 0 3
      flake.nix

+ 0 - 3
flake.nix

@@ -21,7 +21,6 @@
       url = "github:oxalica/rust-overlay";
       url = "github:oxalica/rust-overlay";
       inputs = {
       inputs = {
         nixpkgs.follows = "nixpkgs";
         nixpkgs.follows = "nixpkgs";
-        flake-utils.follows = "flake-utils";
       };
       };
     };
     };
 
 
@@ -46,7 +45,6 @@
     pre-commit-hooks = {
     pre-commit-hooks = {
       url = "github:cachix/pre-commit-hooks.nix";
       url = "github:cachix/pre-commit-hooks.nix";
       inputs.nixpkgs.follows = "nixpkgs";
       inputs.nixpkgs.follows = "nixpkgs";
-      inputs.flake-utils.follows = "flake-utils";
     };
     };
 
 
     advisory-db = {
     advisory-db = {
@@ -54,7 +52,6 @@
       flake = false;
       flake = false;
     };
     };
   };
   };
-
   outputs =
   outputs =
     {
     {
       self,
       self,