1
0
Fork 0

Update deps
Some checks failed
Build / build-arm64-linux (push) Successful in 10m17s
Build / build-amd64-linux (push) Failing after 33m36s

This commit is contained in:
Daniel Kempkens 2023-12-05 11:51:55 +01:00
parent cdd5037d71
commit 394799d66f
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
4 changed files with 23 additions and 28 deletions

View file

@ -244,11 +244,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1701676655, "lastModified": 1701728041,
"narHash": "sha256-wP8i7hO2aLNJhYoTK3kqoymaCLgt4QcwWcO8d/A1CjQ=", "narHash": "sha256-x0pyrI1vC8evVDxCxyO6olOyr4wlFg9+VS3C3p4xFYQ=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "948703f3e71f1332a0cb535ebaf5cb14946e3724", "rev": "ac7216918cd65f3824ba7817dea8f22e61221eaf",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -287,11 +287,11 @@
}, },
"locked": { "locked": {
"dir": "contrib", "dir": "contrib",
"lastModified": 1701643367, "lastModified": 1701736848,
"narHash": "sha256-1R/BkHjrmqxQC0rE2kQu8b2L3G1Ap6GfdiiH6LUVeek=", "narHash": "sha256-UtT0aNYjBp3cH4HdFO7AZtg9W++PW+TbZG7x4226FfI=",
"owner": "neovim", "owner": "neovim",
"repo": "neovim", "repo": "neovim",
"rev": "5651c1ff27a1eb59d120637ba5cbd90f08a3f1d2", "rev": "3159a2c28f5ea8797cb525c74dedd622bfe4a0a1",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -312,11 +312,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1701655304, "lastModified": 1701741704,
"narHash": "sha256-owagK22ilmrZoFcW7PM/hkfA23GWICP0mFIwZWBYV/E=", "narHash": "sha256-zWMRf8qRVe2XkOH387micT+rGB/xM0s1773yrgfHjVU=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "f449fbd2622df78999fe40ed4c4d24422ff54f66", "rev": "c50f961fa4e24062989d1e2ca584fd931ff1a1af",
"revCount": 611, "revCount": 612,
"type": "git", "type": "git",
"url": "https://git.kempkens.io/daniel/nix-overlay" "url": "https://git.kempkens.io/daniel/nix-overlay"
}, },
@ -363,11 +363,11 @@
}, },
"nixos-unstable": { "nixos-unstable": {
"locked": { "locked": {
"lastModified": 1701609850, "lastModified": 1701653742,
"narHash": "sha256-6oxM84kaQT0H/+aurIcj2ON+asWYQ96zlMUIsfhKpFE=", "narHash": "sha256-9bLa7tsNtFSsXZDC+XVHyT6auJxUY+gObkvnEgSV7TM=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "0b62f5adfd6635f8013d800ceb0cf39411a8216f", "rev": "d08f6384a5d8e5cf28ab243752cd83eed2a5d700",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -62,7 +62,6 @@
mtr mtr
nix-tree nix-tree
nurl nurl
ouch
parallel parallel
q q
ripgrep ripgrep

View file

@ -117,12 +117,12 @@ in
}; };
nvim-treesitter = buildVimPlugin { nvim-treesitter = buildVimPlugin {
pname = "nvim-treesitter"; pname = "nvim-treesitter";
version = "2023-12-04"; version = "2023-12-05";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-treesitter"; owner = "nvim-treesitter";
repo = "nvim-treesitter"; repo = "nvim-treesitter";
rev = "67536f4057e4901e37805708bcfdd3d9abacfd26"; rev = "c203884c80ef31b6a3993398734fbe008addcb27";
sha256 = "09cgimdjazyi6yzvgk635jcfz9pr0yzd5p9m6g82qk6g3kskgxcq"; sha256 = "12n7c24dsh86bjdhrm78dqil8wf19baxz6czif8biz5i66irwa3b";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -318,12 +318,12 @@ in
}; };
LuaSnip = buildVimPlugin { LuaSnip = buildVimPlugin {
pname = "LuaSnip"; pname = "LuaSnip";
version = "2023-12-03"; version = "2023-12-05";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "L3MON4D3"; owner = "L3MON4D3";
repo = "LuaSnip"; repo = "LuaSnip";
rev = "f03089854a8e15594a01562fa7192d0009a6fbe7"; rev = "4b451141a4239c24cf91048bdb10dfcb4c27608a";
sha256 = "19llk3qcqdppcvh0v71lj6hl94yphxdaqb4506n475sv6jnqg3db"; sha256 = "12s0jkccdv7j0nnv40p2bvhrypnfgjjiq8aanczj2xrr2labzyi5";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -417,12 +417,12 @@ in
}; };
conform-nvim = buildVimPlugin { conform-nvim = buildVimPlugin {
pname = "conform.nvim"; pname = "conform.nvim";
version = "2023-12-04"; version = "2023-12-05";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "stevearc"; owner = "stevearc";
repo = "conform.nvim"; repo = "conform.nvim";
rev = "96cb2d5e3d8d7c927af2c86a11a71ee6d09d9031"; rev = "2bda605e46d68fe145de537724865dbbbece360d";
sha256 = "06cv0q5spns3bp197kw29w68ci58rwx4s1skm2rzlccbfraxqqwc"; sha256 = "12j5bplylfbmq8xy1pkjpbi1a1nimz9ybhw0lrsgb3i7b27xkp84";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };

View file

@ -92,11 +92,7 @@ in
''; '';
}; };
environment = { environment.etc."nix/netrc".source = ../../secret/shared/nix-netrc;
etc."nix/netrc".source = ../../secret/shared/nix-netrc;
noXlibs = true;
};
boot = { boot = {
tmp.cleanOnBoot = true; tmp.cleanOnBoot = true;