changed around nix flake.
This commit is contained in:
		
							parent
							
								
									9ef24afbaf
								
							
						
					
					
						commit
						a20c3cc420
					
				
					 1 changed files with 2 additions and 4 deletions
				
			
		| 
						 | 
					@ -11,10 +11,8 @@
 | 
				
			||||||
    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];
 | 
					          buildInputs = [hugo];
 | 
				
			||||||
        };
 | 
					        };
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue