Compare commits

..

2 Commits

Author SHA1 Message Date
6646e2e3db Use nixos-24.11 as channel 2024-12-15 21:48:58 +01:00
6b095c0fdf Rename to magicwallet 2024-12-15 21:48:58 +01:00
2 changed files with 9 additions and 9 deletions

16
main.go
View File

@ -15,14 +15,14 @@ import (
) )
func banner() { func banner() {
fmt.Printf("" + s := ""+
".__\n" + ` .__
"| |__ ___________ _____ ____ ______\n" + _____ _____ ____ |__| ____
"| | \\_/ __ \\_ __ \\/ \\_/ __ \\ / ___/\n" + / \\__ \ / ___\| |/ ___\
"| Y \\ ___/| | \\/ Y Y \\ ___/ \\___ \\\n" + | Y Y \/ __ \_/ /_/ > \ \___
"|___| /\\___ >__| |__|_| /\\___ >____ >\n" + |__|_| (____ /\___ /|__|\___ >
" \\/ \\/...wallet...\\/ \\/ \\/\n", \/ \//_____/..wallet..\/ `
) fmt.Printf("%s\n\n", s)
} }
func main() { func main() {

View File

@ -1,5 +1,5 @@
let let
nixpkgs = fetchTarball "https://github.com/NixOS/nixpkgs/tarball/nixos-23.11"; nixpkgs = fetchTarball "https://github.com/NixOS/nixpkgs/tarball/nixos-24.11";
pkgs = import nixpkgs { config = {}; overlays = []; }; pkgs = import nixpkgs { config = {}; overlays = []; };
in in