update nixos
This commit is contained in:
		
							parent
							
								
									4c948bf59a
								
							
						
					
					
						commit
						4e4b859940
					
				
							
								
								
									
										13
									
								
								flake.lock
									
									
									
									
									
								
							
							
								
								
								
								
								
									
									
								
							
						
						
									
										13
									
								
								flake.lock
									
									
									
									
									
								
							@ -17,11 +17,11 @@
 | 
			
		||||
    },
 | 
			
		||||
    "nixpkgs": {
 | 
			
		||||
      "locked": {
 | 
			
		||||
        "lastModified": 1631962327,
 | 
			
		||||
        "narHash": "sha256-h2fgtNHozEcB42BQ1QVWAJUpQ1FA3gpgq/RrOKAxbfE=",
 | 
			
		||||
        "lastModified": 1632660378,
 | 
			
		||||
        "narHash": "sha256-sjA8eQlnyDjDLyAyq3XlJmN0nqW0ftl/pb7VnMg86L0=",
 | 
			
		||||
        "owner": "nixos",
 | 
			
		||||
        "repo": "nixpkgs",
 | 
			
		||||
        "rev": "bc9b956714ed6eac5f8888322aac5bc41389defa",
 | 
			
		||||
        "rev": "31ffc50c571e6683e9ecc9dbcbd4a8e9914b4497",
 | 
			
		||||
        "type": "github"
 | 
			
		||||
      },
 | 
			
		||||
      "original": {
 | 
			
		||||
@ -42,15 +42,16 @@
 | 
			
		||||
        "flake-utils": "flake-utils"
 | 
			
		||||
      },
 | 
			
		||||
      "locked": {
 | 
			
		||||
        "lastModified": 1631138716,
 | 
			
		||||
        "narHash": "sha256-hp+/dyKWtt9p0MD7dNTR1foRWrjcitUp3848OnRQz7w=",
 | 
			
		||||
        "lastModified": 1632420560,
 | 
			
		||||
        "narHash": "sha256-8Tsa4Hp/CHCA6J8/E7EODhp75z5N1NBhFiOb3lBv/tI=",
 | 
			
		||||
        "owner": "gytis-ivaskevicius",
 | 
			
		||||
        "repo": "flake-utils-plus",
 | 
			
		||||
        "rev": "51169bf93d010a874bc8fe8ea3dee1c24471b697",
 | 
			
		||||
        "rev": "4b1bcafcfcd78bd36ceabfe3872822ba5c7fcbe8",
 | 
			
		||||
        "type": "github"
 | 
			
		||||
      },
 | 
			
		||||
      "original": {
 | 
			
		||||
        "owner": "gytis-ivaskevicius",
 | 
			
		||||
        "ref": "v1.3.0",
 | 
			
		||||
        "repo": "flake-utils-plus",
 | 
			
		||||
        "type": "github"
 | 
			
		||||
      }
 | 
			
		||||
 | 
			
		||||
@ -2,7 +2,7 @@
 | 
			
		||||
  inputs = {
 | 
			
		||||
    nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
 | 
			
		||||
 | 
			
		||||
    utils.url = "github:gytis-ivaskevicius/flake-utils-plus";
 | 
			
		||||
    utils.url = "github:gytis-ivaskevicius/flake-utils-plus/v1.3.0";
 | 
			
		||||
 | 
			
		||||
    # neovim-overlay = {
 | 
			
		||||
    #   url = "github:nix-community/neovim-nightly-overlay";
 | 
			
		||||
@ -10,16 +10,17 @@
 | 
			
		||||
    # };
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  outputs = inputs@{ self, nixpkgs, utils, ... }: utils.lib.systemFlake {
 | 
			
		||||
  outputs = inputs@{ self, nixpkgs, utils, ... }: utils.lib.mkFlake {
 | 
			
		||||
    inherit self inputs;
 | 
			
		||||
 | 
			
		||||
    channels.nixpkgs.input = nixpkgs;
 | 
			
		||||
 | 
			
		||||
    channels.nixpkgs.patches = [ ];
 | 
			
		||||
 | 
			
		||||
    nix.generateRegistryFromInputs = true;
 | 
			
		||||
 | 
			
		||||
    hostDefaults = {
 | 
			
		||||
      modules = [
 | 
			
		||||
        utils.nixosModules.saneFlakeDefaults
 | 
			
		||||
        ({ ... }: { nix.extraOptions = "warn-dirty = false"; })
 | 
			
		||||
      ];
 | 
			
		||||
    };
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user