File tree Expand file tree Collapse file tree 2 files changed +18
-19
lines changed
Expand file tree Collapse file tree 2 files changed +18
-19
lines changed Original file line number Diff line number Diff line change 11{
22 inputs = {
3- nixpkgs . url = "https://flakehub.com/f/NixOS/nixpkgs/0.2411.* " ;
3+ nixpkgs . url = "https://flakehub.com/f/NixOS/nixpkgs/0" ;
44
55 fenix = {
6- url = "https://flakehub.com/f/nix-community/fenix/0.1.* " ;
6+ url = "https://flakehub.com/f/nix-community/fenix/0" ;
77 inputs . nixpkgs . follows = "nixpkgs" ;
88 } ;
99
1010 naersk = {
11- url = "https://flakehub.com/f/nix-community/naersk/0.1.* " ;
11+ url = "https://flakehub.com/f/nix-community/naersk/0" ;
1212 inputs . nixpkgs . follows = "nixpkgs" ;
1313 } ;
1414 } ;
6565 name = "flake-checker" ;
6666 src = self ;
6767 doCheck = true ;
68- buildInputs = with pkgs ; [ ] ++ lib . optionals stdenv . isDarwin ( with darwin . apple_sdk . frameworks ; [ Security SystemConfiguration ] ) ;
6968 nativeBuildInputs = with pkgs ; [ ] ++ lib . optionals stdenv . isDarwin [ libiconv ] ;
7069 } // pkgs . lib . optionalAttrs pkgs . stdenv . isLinux {
7170 CARGO_BUILD_TARGET =
101100 } ;
102101 in
103102 pkgs . mkShell {
104- packages = ( with pkgs ; [
103+ packages = with pkgs ; [
105104 bashInteractive
106105
107106 # Rust
121120
122121 # Scripts
123122 get-ref-statuses
124- ] ) ++ pkgs . lib . optionals pkgs . stdenv . isDarwin ( with pkgs . darwin . apple_sdk . frameworks ; [ Security SystemConfiguration ] ) ;
123+ ] ;
125124
126125 env = {
127126 # Required by rust-analyzer
You can’t perform that action at this time.
0 commit comments