Update flake.lock and flake.nix to pin nixpkgs and add libsass as a dependency
This commit is contained in:
		
							parent
							
								
									94f373dd2c
								
							
						
					
					
						commit
						1577416ba8
					
				
					 2 changed files with 4 additions and 3 deletions
				
			
		
							
								
								
									
										6
									
								
								flake.lock
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										6
									
								
								flake.lock
									
										
									
										generated
									
									
									
								
							| 
						 | 
					@ -20,11 +20,11 @@
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "nixpkgs": {
 | 
					    "nixpkgs": {
 | 
				
			||||||
      "locked": {
 | 
					      "locked": {
 | 
				
			||||||
        "lastModified": 1751211869,
 | 
					        "lastModified": 1751741127,
 | 
				
			||||||
        "narHash": "sha256-1Cu92i1KSPbhPCKxoiVG5qnoRiKTgR5CcGSRyLpOd7Y=",
 | 
					        "narHash": "sha256-t75Shs76NgxjZSgvvZZ9qOmz5zuBE8buUaYD28BMTxg=",
 | 
				
			||||||
        "owner": "NixOS",
 | 
					        "owner": "NixOS",
 | 
				
			||||||
        "repo": "nixpkgs",
 | 
					        "repo": "nixpkgs",
 | 
				
			||||||
        "rev": "b43c397f6c213918d6cfe6e3550abfe79b5d1c51",
 | 
					        "rev": "29e290002bfff26af1db6f64d070698019460302",
 | 
				
			||||||
        "type": "github"
 | 
					        "type": "github"
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      "original": {
 | 
					      "original": {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -182,6 +182,7 @@
 | 
				
			||||||
          
 | 
					          
 | 
				
			||||||
          propagatedBuildInputs = with pkgs.python3.pkgs; [
 | 
					          propagatedBuildInputs = with pkgs.python3.pkgs; [
 | 
				
			||||||
            setuptools
 | 
					            setuptools
 | 
				
			||||||
 | 
					            libsass
 | 
				
			||||||
          ];
 | 
					          ];
 | 
				
			||||||
          
 | 
					          
 | 
				
			||||||
          doCheck = false; # Skip tests during build
 | 
					          doCheck = false; # Skip tests during build
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue