Merge branch 'master' of ssh://git.venberg.xyz:7920/Gabe/techWebsite
This commit is contained in:
		
						commit
						e3d9e2dd98
					
				
					 1 changed files with 3 additions and 5 deletions
				
			
		| 
						 | 
				
			
			@ -11,12 +11,10 @@
 | 
			
		|||
    nixpkgs,
 | 
			
		||||
    flake-utils,
 | 
			
		||||
  }:
 | 
			
		||||
    flake-utils.lib.eachDefaultSystem (system: let
 | 
			
		||||
      pkgs = import nixpkgs {inherit system;};
 | 
			
		||||
    in
 | 
			
		||||
      with pkgs; {
 | 
			
		||||
    flake-utils.lib.eachDefaultSystem (system:
 | 
			
		||||
      with import nixpkgs {inherit system;}; {
 | 
			
		||||
        devShells.default = mkShell {
 | 
			
		||||
          buildInputs = [hugo];
 | 
			
		||||
          packages = [hugo];
 | 
			
		||||
        };
 | 
			
		||||
      });
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue