Compare commits
	
		
			2 commits
		
	
	
		
			9ef24afbaf
			...
			b1b041a792
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| b1b041a792 | |||
| a20c3cc420 | 
					 1 changed files with 3 additions and 5 deletions
				
			
		| 
						 | 
					@ -11,12 +11,10 @@
 | 
				
			||||||
    nixpkgs,
 | 
					    nixpkgs,
 | 
				
			||||||
    flake-utils,
 | 
					    flake-utils,
 | 
				
			||||||
  }:
 | 
					  }:
 | 
				
			||||||
    flake-utils.lib.eachDefaultSystem (system: let
 | 
					    flake-utils.lib.eachDefaultSystem (system:
 | 
				
			||||||
      pkgs = import nixpkgs {inherit system;};
 | 
					      with import nixpkgs {inherit system;}; {
 | 
				
			||||||
    in
 | 
					 | 
				
			||||||
      with pkgs; {
 | 
					 | 
				
			||||||
        devShells.default = mkShell {
 | 
					        devShells.default = mkShell {
 | 
				
			||||||
          buildInputs = [hugo];
 | 
					          packages = [hugo];
 | 
				
			||||||
        };
 | 
					        };
 | 
				
			||||||
      });
 | 
					      });
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue