Compare commits
	
		
			No commits in common. "3bece5697bfcb8bf07602cb01e5ab0e34cfc942d" and "10d6434cdc499b504c8a848df0eb21d2c7c0ab06" have entirely different histories.
		
	
	
		
			3bece5697b
			...
			10d6434cdc
		
	
		
					 3 changed files with 6 additions and 27 deletions
				
			
		
							
								
								
									
										12
									
								
								flake.lock
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										12
									
								
								flake.lock
									
										
									
										generated
									
									
									
								
							|  | @ -608,11 +608,11 @@ | |||
|         ] | ||||
|       }, | ||||
|       "locked": { | ||||
|         "lastModified": 1705659542, | ||||
|         "narHash": "sha256-WA3xVfAk1AYmFdwghT7mt/erYpsU6JPu9mdTEP/e9HQ=", | ||||
|         "lastModified": 1705476964, | ||||
|         "narHash": "sha256-W5OK1fnj4qdn1HWOlxV2S3YiUvfaVjQM5ldWVpGV1fs=", | ||||
|         "owner": "nix-community", | ||||
|         "repo": "home-manager", | ||||
|         "rev": "10cd9c53115061aa6a0a90aad0b0dde6a999cdb9", | ||||
|         "rev": "85c3b600f660abd86e94cbcd1c46733943197a07", | ||||
|         "type": "github" | ||||
|       }, | ||||
|       "original": { | ||||
|  | @ -1084,11 +1084,11 @@ | |||
|     }, | ||||
|     "nixpkgs_4": { | ||||
|       "locked": { | ||||
|         "lastModified": 1705458851, | ||||
|         "narHash": "sha256-uQvEhiv33Zj/Pv364dTvnpPwFSptRZgVedDzoM+HqVg=", | ||||
|         "lastModified": 1705331948, | ||||
|         "narHash": "sha256-qjQXfvrAT1/RKDFAMdl8Hw3m4tLVvMCc8fMqzJv0pP4=", | ||||
|         "owner": "nixos", | ||||
|         "repo": "nixpkgs", | ||||
|         "rev": "8bf65f17d8070a0a490daf5f1c784b87ee73982c", | ||||
|         "rev": "b8dd8be3c790215716e7c12b247f45ca525867e2", | ||||
|         "type": "github" | ||||
|       }, | ||||
|       "original": { | ||||
|  |  | |||
|  | @ -61,7 +61,6 @@ in | |||
|           auto-optimise-store = true; | ||||
|           trusted-users = users; | ||||
|           allowed-users = users; | ||||
|           allowUnfree = true; | ||||
| 
 | ||||
|           substituters = | ||||
|             [ cfg.default-substituter.url ] | ||||
|  |  | |||
|  | @ -94,24 +94,6 @@ with lib.plusultra; | |||
|     flake = "git+https://git.hoyer.xyz/harald/nixcfg#sgx-nixos"; | ||||
|   }; | ||||
| 
 | ||||
|   programs.nix-ld.enable = true; | ||||
| 
 | ||||
|   # Sets up all the libraries to load | ||||
|   programs.nix-ld.libraries = with pkgs; [ | ||||
|     stdenv.cc.cc | ||||
|     libclang.lib | ||||
|     zlib | ||||
|     fuse3 | ||||
|     icu | ||||
|     nss | ||||
|     curl | ||||
|     expat | ||||
|     freetype | ||||
|     glib | ||||
|     openssl | ||||
|     # ... | ||||
|   ]; | ||||
| 
 | ||||
|   security = { | ||||
|     sudo = { | ||||
|       enable = true; | ||||
|  | @ -132,8 +114,6 @@ with lib.plusultra; | |||
|     tpm2-tools | ||||
|     vim | ||||
|     wget | ||||
|     clang | ||||
|     pkg-config | ||||
|   ]; | ||||
| 
 | ||||
|   environment.shells = [ pkgs.fish pkgs.bash ]; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue