File tree Expand file tree Collapse file tree 2 files changed +38
-167
lines changed Expand file tree Collapse file tree 2 files changed +38
-167
lines changed Original file line number Diff line number Diff line change 1010 nixpkgs . url = "github:nixos/nixpkgs/nixpkgs-unstable" ;
1111 flake-utils . url = "github:numtide/flake-utils" ;
1212 nix2container . url = "github:nlewo/nix2container" ;
13+ nix2container . inputs . nixpkgs . follows = "nixpkgs" ;
14+ nix2container . inputs . flake-utils . follows = "flake-utils" ;
1315 nix-editor . url = "github:snowfallorg/nix-editor" ;
16+ nix-editor . inputs . utils . follows = "flake-utils" ;
17+ nix-editor . inputs . nixpkgs . follows = "nixpkgs" ;
1418 rust-overlay . url = "github:oxalica/rust-overlay" ;
19+ rust-overlay . inputs . nixpkgs . follows = "nixpkgs" ;
1520 nix-fast-build . url = "github:Mic92/nix-fast-build" ;
21+ nix-fast-build . inputs . flake-parts . follows = "flake-parts" ;
22+ nix-fast-build . inputs . nixpkgs . follows = "nixpkgs" ;
23+ nix-fast-build . inputs . treefmt-nix . follows = "treefmt-nix" ;
1624 flake-parts . url = "github:hercules-ci/flake-parts" ;
1725 treefmt-nix . url = "github:numtide/treefmt-nix" ;
1826 treefmt-nix . inputs . nixpkgs . follows = "nixpkgs" ;
You can’t perform that action at this time.
0 commit comments