update dependencies

This commit is contained in:
RingOfStorms (Josh) 2024-05-12 23:18:27 -05:00
commit f1a43e1b80
2 changed files with 13 additions and 13 deletions

24
flake.lock generated
View file

@ -93,11 +93,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1713906585, "lastModified": 1715486357,
"narHash": "sha256-fv84DCOkBtjF6wMATt0rfovu7e95L8rdEkSfNbwKR3U=", "narHash": "sha256-4pRuzsHZOW5W4CsXI9uhKtiJeQSUoe1d2M9mWU98HC4=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "bfa7c06436771e3a0c666ccc6ee01e815d4c33aa", "rev": "44677a1c96810a8e8c4ffaeaad10c842402647c1",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -131,11 +131,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1713714899, "lastModified": 1715447595,
"narHash": "sha256-+z/XjO3QJs5rLE5UOf015gdVauVRQd2vZtsFkaXBq2Y=", "narHash": "sha256-VsVAUQOj/cS1LCOmMjAGeRksXIAdPnFIjCQ0XLkCsT0=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "6143fc5eeb9c4f00163267708e26191d1e918932", "rev": "062ca2a9370a27a35c524dc82d540e6e9824b652",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -168,11 +168,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1713095112, "lastModified": 1714404288,
"narHash": "sha256-Q+6nVJqyKnEeXKq9h1glCZ+HeML4ZdnPBfmg8U99d54=", "narHash": "sha256-CTGtSlkTtETcDbt61jtXqIIy89Fzf/+8aEClPO/bcAg=",
"owner": "yunfachi", "owner": "yunfachi",
"repo": "nypkgs", "repo": "nypkgs",
"rev": "4afb31c3ea03c83d37e0182015cf80a5cb487be4", "rev": "27648b0d368a565ff415fcd240056b41a97c0e7b",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -213,11 +213,11 @@
"nvim_plugin-chrisgrieser/nvim-early-retirement": "nvim_plugin-chrisgrieser/nvim-early-retirement" "nvim_plugin-chrisgrieser/nvim-early-retirement": "nvim_plugin-chrisgrieser/nvim-early-retirement"
}, },
"locked": { "locked": {
"lastModified": 1715145530, "lastModified": 1715363339,
"narHash": "sha256-CnBbrXDNvYsXj8+TB+W28xX9e91qltvLq6ZoY4QVxrQ=", "narHash": "sha256-xnj/A1soOLbZ2ilb2+6yvTnNFWBNl3UuVff0fFyMXww=",
"owner": "RingOfStorms", "owner": "RingOfStorms",
"repo": "nvim", "repo": "nvim",
"rev": "6ed90eafb4b4d009d58dd11987021dab7e5b75d6", "rev": "d92d753a6101733748c59f26fc7b1517678e4e59",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -1,4 +1,4 @@
{ settings, pkgs, ... }: { pkgs, ... }:
{ {
programs.rofi = { programs.rofi = {
enable = true; enable = true;