add flake
This commit is contained in:
		
							parent
							
								
									d2d6e5512e
								
							
						
					
					
						commit
						1fbb2b87a2
					
				
					 2 changed files with 53 additions and 0 deletions
				
			
		
							
								
								
									
										25
									
								
								flake.lock
									
										
									
										generated
									
									
									
										Normal file
									
								
							
							
						
						
									
										25
									
								
								flake.lock
									
										
									
										generated
									
									
									
										Normal file
									
								
							| 
						 | 
					@ -0,0 +1,25 @@
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
					  "nodes": {
 | 
				
			||||||
 | 
					    "nixpkgs": {
 | 
				
			||||||
 | 
					      "locked": {
 | 
				
			||||||
 | 
					        "lastModified": 1651369430,
 | 
				
			||||||
 | 
					        "narHash": "sha256-d86uUm0s11exU9zLo2K1AwtJQJDKubFpoF0Iw767uT4=",
 | 
				
			||||||
 | 
					        "owner": "NixOS",
 | 
				
			||||||
 | 
					        "repo": "nixpkgs",
 | 
				
			||||||
 | 
					        "rev": "b283b64580d1872333a99af2b4cef91bb84580cf",
 | 
				
			||||||
 | 
					        "type": "github"
 | 
				
			||||||
 | 
					      },
 | 
				
			||||||
 | 
					      "original": {
 | 
				
			||||||
 | 
					        "id": "nixpkgs",
 | 
				
			||||||
 | 
					        "type": "indirect"
 | 
				
			||||||
 | 
					      }
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    "root": {
 | 
				
			||||||
 | 
					      "inputs": {
 | 
				
			||||||
 | 
					        "nixpkgs": "nixpkgs"
 | 
				
			||||||
 | 
					      }
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					  },
 | 
				
			||||||
 | 
					  "root": "root",
 | 
				
			||||||
 | 
					  "version": 7
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
							
								
								
									
										28
									
								
								flake.nix
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										28
									
								
								flake.nix
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
					@ -0,0 +1,28 @@
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
					  description = "Doggo flake";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  outputs = { self, nixpkgs }:
 | 
				
			||||||
 | 
					    let pkgs = nixpkgs.legacyPackages.x86_64-linux;
 | 
				
			||||||
 | 
					    in {
 | 
				
			||||||
 | 
					      # packages.x86_64-linux.hello = pkgs.hello;
 | 
				
			||||||
 | 
					      # packages.x86_64-linux.hello = nixpkgs.legacyPackages.x86_64-linux.hello;
 | 
				
			||||||
 | 
					      # defaultPackage.x86_64-linux = self.packages.x86_64-linux.hello;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					      devShell.x86_64-linux = with pkgs;
 | 
				
			||||||
 | 
					        mkShell {
 | 
				
			||||||
 | 
					          buildInputs = [
 | 
				
			||||||
 | 
					            just
 | 
				
			||||||
 | 
					            zig
 | 
				
			||||||
 | 
					    
 | 
				
			||||||
 | 
					            xorg.libX11
 | 
				
			||||||
 | 
					            xorg.libXcursor
 | 
				
			||||||
 | 
					            xorg.libXi
 | 
				
			||||||
 | 
					            xorg.libXext
 | 
				
			||||||
 | 
					            xorg.libXrandr
 | 
				
			||||||
 | 
					            xorg.libXinerama
 | 
				
			||||||
 | 
					            libGL
 | 
				
			||||||
 | 
					            libGLU
 | 
				
			||||||
 | 
					          ];
 | 
				
			||||||
 | 
					        };
 | 
				
			||||||
 | 
					  };
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue