Bump flake.lock

This commit is contained in:
Felix Suchert 2023-04-25 11:31:00 +02:00
parent 293afbccc7
commit 9843771e1a
Signed by: feliix42
GPG key ID: 24363525EA0E8A99
2 changed files with 17 additions and 12 deletions

View file

@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1681463409, "lastModified": 1681809359,
"narHash": "sha256-45QVqENffjy3t4WJyG5z68DqX0uUPrciGMS1slWu/2k=", "narHash": "sha256-2V/7P10oIfhh6bAJ0rGeTTtrTyvgAqFcpAD75Ld2hw0=",
"owner": "Feliix42", "owner": "Feliix42",
"repo": "mlir.nix", "repo": "mlir.nix",
"rev": "a8fcf819c60a67ce7830aa9dc2b24018bdd25a5a", "rev": "9baa65425de92a4b0ed395e6639f3869afe7eb29",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -39,11 +39,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1681696129, "lastModified": 1682303062,
"narHash": "sha256-Ba2y1lmsWmmAOAoTD5G9UnTS/UqV0ZFyzysgdfu7qag=", "narHash": "sha256-x+KAADp27lbxeoPXLUMxKcRsUUHDlg+qVjt5PjgBw9A=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "de66115c552acc4e0c0f92c5a5efb32e37dfa216", "rev": "f5364316e314436f6b9c8fd50592b18920ab18f9",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -62,11 +62,11 @@
}, },
"unstable": { "unstable": {
"locked": { "locked": {
"lastModified": 1681737997, "lastModified": 1682362401,
"narHash": "sha256-pHhjgsIkRMu80LmVe8QoKIZB6VZGRRxFmIvsC5S89k4=", "narHash": "sha256-/UMUHtF2CyYNl4b60Z2y4wwTTdIWGKhj9H301EDcT9M=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "f00994e78cd39e6fc966f0c4103f908e63284780", "rev": "884ac294018409e0d1adc0cae185439a44bd6b0b",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -8,6 +8,11 @@ let g:ale_completion_enabled = 1
let g:ale_linters = {'rust': ['analyzer'], 'nix': ['nil'], 'haskell': ['hls', 'hindent'], 'tex': []} let g:ale_linters = {'rust': ['analyzer'], 'nix': ['nil'], 'haskell': ['hls', 'hindent'], 'tex': []}
"let g:ale_fixers = {'c': ['clang-format']} "let g:ale_fixers = {'c': ['clang-format']}
" settings for neovide
if exists("g:neovide")
set guifont=Iosevka\ Medium:h9
endif
" Initialize plugin system " Initialize plugin system
call plug#begin(stdpath('data') . '/plugged') call plug#begin(stdpath('data') . '/plugged')
@ -15,8 +20,8 @@ call plug#begin(stdpath('data') . '/plugged')
" Make sure you use single quotes " Make sure you use single quotes
" Shorthand notation; fetches https://github.com/morhetz/gruvbox " Shorthand notation; fetches https://github.com/morhetz/gruvbox
" Plug 'morhetz/gruvbox' Plug 'morhetz/gruvbox'
Plug 'drewtempelmeyer/palenight.vim' " Plug 'drewtempelmeyer/palenight.vim'
" Any valid git URL is allowed " Any valid git URL is allowed
Plug 'https://github.com/scrooloose/nerdcommenter.git' Plug 'https://github.com/scrooloose/nerdcommenter.git'
@ -133,8 +138,8 @@ let g:tex_flavor='latex'
let g:vimtex_view_method = 'zathura' let g:vimtex_view_method = 'zathura'
" Optics " Optics
colorscheme palenight "gruvbox
set background=dark " Setting dark mode set background=dark " Setting dark mode
colorscheme gruvbox "palenight
set number set number
set relativenumber set relativenumber